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
2bd55078
Commit
2bd55078
authored
Mar 13, 2020
by
Jason Yavorska
Committed by
Marcel Amirault
Mar 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about using rules with only/except
parent
fd13f8ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+3
-0
No files found.
doc/ci/yaml/README.md
View file @
2bd55078
...
...
@@ -937,6 +937,9 @@ This could result in some unexpected behavior, including:
`rules`
allows for a list of individual rule objects to be evaluated
*in order*
, until one matches and dynamically provides attributes to the job.
Note that
`rules`
cannot be used in combination with
`only/except`
since it is intended
to replace that functionality. If you attempt to do this the linter will return a
`key may not be used with rules`
error.
Available rule clauses include:
...
...
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