Commit 20fcab2c authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'jyavorska-master-patch-84082' into 'master'

Remove pre-deprecation notice for only/except

See merge request gitlab-org/gitlab!31468
parents f17db538 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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment