Skip to content
Snippets Groups Projects

Release post - GitLab 11.4

Merged James Ramsay (ex-GitLab) requested to merge release-11-4 into master
Compare and Show latest version
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -136,15 +136,16 @@ features:
team: verify
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/19232'
description: |
A very popularly requested feature, we're very proud now to be offering the
A popularly requested feature, we're proud now to be offering the
ability within the `.gitlab-ci.yml` to use only/except rules for jobs
based on when modifications occur to a specific file or path (glob).
This will allow more control for users whose repos contain different
kinds of assets or builds, ensuring only the appropriate steps are
executed for the kinds of changes that were committed.
executed for the kinds of changes that were committed, speeding up
overall pipeline execution.
- name: "Add feature flags for applications (ALPHA) **[PREMIUM]**"
- name: "Create and toggle feature flags for your applications (ALPHA) **[PREMIUM]**"
available_in: [premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/project/operations/feature_flags.html'
image_url: '/images/11_4/feature_flags.png'
Loading