Update OTB Continuous Integration platform authored by Cédric Traizet's avatar Cédric Traizet
...@@ -42,6 +42,14 @@ When a pipeline ends, there are two cases: ...@@ -42,6 +42,14 @@ When a pipeline ends, there are two cases:
Failed jobs can be retried if you think the failure was not bound to your commit. Failed jobs can be retried if you think the failure was not bound to your commit.
{{ Job Type
Pipeline Type Executed when legal check fast build xdk regular build documentation build quality build quality report package deployement archive deployement
WIP A commit is push on a branch, the pipeline is cancelled if a Merge Request with no WIP tag exists for the branch x x
Merge Request A commit is pushed on a branch that has a corresponding Merge Request x x x x x x x
Develop A commit is pushed on the develop branch (merge) x x x x x x x x x
Release A commit is pushed on a release 7,X branch x x x x x x x x x
}}
## Q&A ## Q&A
### Q: What can I find in the job artifacts? ### Q: What can I find in the job artifacts?
... ...
......