Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-12-11 18:24:47 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-11 18:24:47 +0300
commitde21f2278151be40f3480ed6d06388b3dcfe841a (patch)
treef716c28a5aa0ad000c6e2fa020fe8961fa2729c1 /doc
parente9a10f425887309b28f6c72f18f587b22bd7c129 (diff)
parent7d0601c302dbc4765c8f936c9ce08a2b0f229f11 (diff)
Merge branch 'docs-allow_failure_default_when_manual' into 'master'
Add note about allow_failure default value for manual jobs See merge request gitlab-org/gitlab-ce!23685
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 1277d1fdf8b..33cda5942b1 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -571,7 +571,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`.
+The default value is `false`, except for [manual](#whenmanual) jobs.
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