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
92aac351
Commit
92aac351
authored
Jun 05, 2020
by
Rehab Hassanein
Committed by
Marcel Amirault
Jun 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update on_stop usage with rules or only/except
parent
8ec141d8
Changes
1
Show 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 @
92aac351
...
...
@@ -2156,6 +2156,12 @@ The `stop_review_app` job is **required** to have the following keywords defined
-
`stage`
should be the same as the
`review_app`
in order for the environment
to stop automatically when the branch is deleted
Additionally, both jobs should have matching
[
`rules`
](
../yaml/README.md#onlyexcept-basic
)
or
[
`only/except`
](
../yaml/README.md#onlyexcept-basic
)
configuration. In the example
above, if the configuration is not identical, the
`stop_review_app`
job might not be
included in all pipelines that include the
`review_app`
job, and it will not be
possible to trigger the
`action: stop`
to stop the environment automatically.
#### `environment:auto_stop_in`
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/20956) in GitLab 12.8.
...
...
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