-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'gitlab-ci-yaml-updates' into 'master'
New CI YAML features This introduces a couple of small `.gitlab-ci.yml` features: 1. Documentation for: Allow to use YAML anchors when parsing the `.gitlab-ci.yml`: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2958 2. Ignore jobs that start with `.` 3. Allow to pass name of created artifacts archive in `.gitlab-ci.yml` 4. Allow to define on which builds the current one depends on These are really small changes so it makes not sense to create a separate merge requests for them. @axil Could you review the documentation part? The implementation on GitLab Runner side: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/113. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/13755 https://gitlab.com/gitlab-org/gitlab-ce/issues/14211 https://gitlab.com/gitlab-org/gitlab-ce/issues/3423 cc @grzesiek @axil @DouweM See merge request !3182
Showing
- CHANGELOG 4 additions, 0 deletionsCHANGELOG
- doc/ci/yaml/README.md 287 additions, 11 deletionsdoc/ci/yaml/README.md
- lib/ci/gitlab_ci_yaml_processor.rb 26 additions, 1 deletionlib/ci/gitlab_ci_yaml_processor.rb
- spec/lib/ci/gitlab_ci_yaml_processor_spec.rb 83 additions, 1 deletionspec/lib/ci/gitlab_ci_yaml_processor_spec.rb
Loading