From d98f41cfcc0addcb02b24eaf0b2019dd430d46e5 Mon Sep 17 00:00:00 2001 From: rvzon Date: Fri, 30 Aug 2019 08:49:33 +0200 Subject: Rename triggered-job to {job-name} --- doc/ci/yaml/README.md | 4 ++-- 1 file 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 -- cgit v1.2.1