summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrvzon <rvanzon@gitlab.com>2019-08-30 08:49:33 +0200
committerrvzon <rvanzon@gitlab.com>2019-08-30 08:49:33 +0200
commitd98f41cfcc0addcb02b24eaf0b2019dd430d46e5 (patch)
treef3439d24bafc693aa5428f4376d229af6713b260
parentd6e6ad2b7d20cddcae9652ae57b01d4797ec8c3b (diff)
downloadgitlab-ce-docs-when-manual.tar.gz
Rename triggered-job to {job-name}docs-when-manual
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 832f995588e..d837f8f561a 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -825,7 +825,7 @@ The above script will:
NOTE: **Note:**
Using `when:manual` and `trigger` together will result in the error
-`jobs:triggered-job when should be on_success, on_failure or always`.
+`jobs:#{job-name} when should be on_success, on_failure or always`.
This is because `when:manual` will prevent any trigger from being used.
Manual actions are a special type of job that are not executed automatically,
@@ -1817,7 +1817,7 @@ job split into three separate jobs.
NOTE: **Note:**
Using a `trigger` with `when:manual` together it will result in the error
-`jobs:triggered-job when should be on_success, on_failure or always`.
+`jobs:#{job-name} when should be on_success, on_failure or always`.
This is because `when:manual` will prevent any trigger from being used.
`trigger` allows you to define downstream pipeline trigger. When a job created