Commit 85f66f37 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'patch-29' into 'master'

ci docs: clarify allow_failure default

See merge request gitlab-org/gitlab-ce!21791
parents c052f5a9 79c079b3
......@@ -492,6 +492,7 @@ osx job:
`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 default value is `false`.
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment