Update Pipeline Design authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
......@@ -8,3 +8,8 @@ The branch pipeline is to check, if the code you are just writing is somewhat ok
The merge request pipeline then checks if your code really works in a wider context, as it also runs the integration tests. At first only on you local changes, for easier debugging, if you remove all WIP or Draft tags, also in a simulated merge with the target branch.
The following jobs run in the branch pipeline:
![image](uploads/d52d382584c825e8a29892fe73d67d46/image.png)
The following jobs run in the merge request pipeline:
![mr-pipeline](uploads/7c2b6fc1f6bbcacf6ba9bfa6d08c3e64/mr-pipeline.png)