Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
21834dcf
Commit
21834dcf
authored
Oct 19, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add flag details to manual trigger jobs
parent
2ae8ab3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+6
-0
No files found.
doc/ci/yaml/README.md
View file @
21834dcf
...
...
@@ -2381,6 +2381,9 @@ You can use [protected branches](../../user/project/protected_branches.md) to mo
In
[
GitLab 13.5
](
https://gitlab.com/gitlab-org/gitlab/-/issues/201938
)
and later, you
can use
`when:manual`
in the same job as
[
`trigger`
](
#trigger
)
. In GitLab 13.4 and
earlier, using them together causes the error
`jobs:#{job-name} when should be on_success, on_failure or always`
.
It is deployed behind the
`:ci_manual_bridges`
[
feature flag
](
../../user/feature_flags.md
)
, which is
**enabled by default**
.
[
GitLab administrators with access to the Rails console
](
../../administration/feature_flags.md
)
can opt to disable it.
##### Protecting manual jobs **(PREMIUM)**
...
...
@@ -3636,6 +3639,9 @@ hover over the downstream pipeline job.
In
[
GitLab 13.5
](
https://gitlab.com/gitlab-org/gitlab/-/issues/201938
)
and later, you
can use
[
`when:manual`
](
#whenmanual
)
in the same job as
`trigger`
. In GitLab 13.4 and
earlier, using them together causes the error
`jobs:#{job-name} when should be on_success, on_failure or always`
.
It is deployed behind the
`:ci_manual_bridges`
[
feature flag
](
../../user/feature_flags.md
)
, which is
**enabled by default**
.
[
GitLab administrators with access to the Rails console
](
../../administration/feature_flags.md
)
can opt to disable it.
#### Simple `trigger` syntax for multi-project pipelines
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment