Add note about allow_failure default value for manual jobs

This commit is contained in:
Olivier Gonzalez 2018-12-10 11:09:26 +00:00
parent c79c8739b6
commit 7d0601c302

View file

@ -571,7 +571,7 @@ osx job:
`allow_failure` is used when you want to allow a job to fail without impacting `allow_failure` is used when you want to allow a job to fail without impacting
the rest of the CI suite. Failed jobs don't contribute to the commit status. the rest of the CI suite. Failed jobs don't contribute to the commit status.
The default value is `false`. The default value is `false`, except for [manual](#whenmanual) jobs.
When enabled and the job fails, the pipeline will be successful/green for all When enabled and the job fails, the pipeline will be successful/green for all
intents and purposes, but a "CI build passed with warnings" message will be intents and purposes, but a "CI build passed with warnings" message will be