-
- Downloads
Merge branch 'only-syntax' into 'master'
Extend yml syntax for only and except to support specifying repository path This allows to limit execution of jobs to specific repository. For example: ```yaml job: only: - branches@gitlab-org/gitlab-ce except: - master@gitlab-org/gitlab-ce ``` The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master. @dzaporozhets @JobV @vsizov Please review. See merge request !1720
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/models/ci/commit.rb 1 addition, 1 deletionapp/models/ci/commit.rb
- doc/ci/yaml/README.md 13 additions, 1 deletiondoc/ci/yaml/README.md
- lib/ci/gitlab_ci_yaml_processor.rb 34 additions, 30 deletionslib/ci/gitlab_ci_yaml_processor.rb
- spec/lib/ci/gitlab_ci_yaml_processor_spec.rb 220 additions, 79 deletionsspec/lib/ci/gitlab_ci_yaml_processor_spec.rb
This diff is collapsed.
Please register or sign in to comment