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
56d60787
Commit
56d60787
authored
Apr 11, 2019
by
Elan Ruusamäe
Committed by
Evan Read
Apr 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci/yaml: add version info to changes only/except
parent
cfe05a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+9
-4
No files found.
doc/ci/yaml/README.md
View file @
56d60787
...
...
@@ -437,10 +437,6 @@ Feature.enable(:allow_unsafe_ruby_regexp)
### `only`/`except` (advanced)
> - `refs` and `kubernetes` policies introduced in GitLab 10.0.
> - `variables` policy introduced in GitLab 10.7.
> - `changes` policy [introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/19232) in GitLab 11.4.
CAUTION:
**Warning:**
This an _alpha_ feature, and it is subject to change at any time without
prior notice!
...
...
@@ -461,6 +457,8 @@ If you use multiple keys under `only` or `except`, they act as an AND. The logic
#### `only:refs`/`except:refs`
> `refs` policy introduced in GitLab 10.0.
The
`refs`
strategy can take the same values as the
[
simplified only/except configuration
](
#onlyexcept-basic
)
.
...
...
@@ -477,6 +475,8 @@ deploy:
#### `only:kubernetes`/`except:kubernetes`
> `kubernetes` policy introduced in GitLab 10.0.
The
`kubernetes`
strategy accepts only the
`active`
keyword.
In the example below, the
`deploy`
job is going to be created only when the
...
...
@@ -490,6 +490,8 @@ deploy:
#### `only:variables`/`except:variables`
> `variables` policy introduced in GitLab 10.7.
The
`variables`
keyword is used to define variables expressions. In other words,
you can use predefined variables / project / group or
environment-scoped variables to define an expression GitLab is going to
...
...
@@ -522,6 +524,8 @@ Learn more about [variables expressions](../variables/README.md#environment-vari
#### `only:changes`/`except:changes`
> `changes` policy [introduced][ce-19232] in GitLab 11.4.
Using the
`changes`
keyword with
`only`
or
`except`
makes it possible to define if
a job should be created based on files modified by a git push event.
...
...
@@ -2714,6 +2718,7 @@ git push -o ci.skip
[
ce-7983
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7983
[
ce-7447
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7447
[
ce-12909
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12909
[
ce-19232
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/19232
[
environment
]:
../environments.md
"CI/CD environments"
[
schedules
]:
../../user/project/pipelines/schedules.md
"Pipelines schedules"
[
variables
]:
../variables/README.md
"CI/CD variables"
...
...
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