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
0af4bd2d
Commit
0af4bd2d
authored
May 08, 2020
by
Jason Yavorska
Committed by
Marcel Amirault
May 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove pre-deprecation notice for only/except
parent
4a754cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+3
-3
No files found.
doc/ci/yaml/README.md
View file @
0af4bd2d
...
...
@@ -1101,9 +1101,9 @@ useful is not available, please
### `only`/`except` (basic)
NOTE:
**Note:**
The
[
`rules`
](
#rules
)
syntax is
now the preferred method of setting job policies.
`only`
and
`except`
are
[
candidates for deprecation
](
https://gitlab.com/gitlab-org/gitlab/issues/27449
)
,
and may be removed in the future
.
The
[
`rules`
](
#rules
)
syntax is
an improved, more powerful solution for defining
when jobs should run or not. Consider using
`rules`
instead of
`only/except`
to get
the most out of your pipelines
.
`only`
and
`except`
are two parameters that set a job policy to limit when
jobs are created:
...
...
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