diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-26 15:02:54 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-26 15:02:54 +0000 |
commit | 85f66f379957507a986927bd494000faf00f97fd (patch) | |
tree | 17ee477d4be08908c45cc45682561524e236fee3 | |
parent | c052f5a942152982124315791aad10da5fec11d5 (diff) | |
parent | 79c079b318e464307987b2b3eeadccdbe4864b86 (diff) | |
download | gitlab-ce-85f66f379957507a986927bd494000faf00f97fd.tar.gz |
Merge branch 'patch-29' into 'master'
ci docs: clarify allow_failure default
See merge request gitlab-org/gitlab-ce!21791
-rw-r--r-- | doc/ci/yaml/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 31a065bc196..873a5c4301e 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -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 |