Update OTB Continuous Integration platform authored by Cédric Traizet's avatar Cédric Traizet
......@@ -42,13 +42,6 @@ When a pipeline ends, there are two cases:
Failed jobs can be retried if you think the failure was not bound to your commit.
| 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: What can I find in the job artifacts?
......
......