Skip to content
Snippets Groups Projects

Release post - GitLab 12.0

Merged Jeremy Watson (ex-GitLab) requested to merge release-12-0 into master
All threads resolved!
1 file
+ 15
0
Compare changes
  • Side-by-side
  • Inline
@@ -201,6 +201,21 @@ features:
@@ -201,6 +201,21 @@ features:
In GitLab 12.0, we're very happy to welcome a contribution from [Wolphin](https://gitlab.com/q_wolphin) to improve this feature
In GitLab 12.0, we're very happy to welcome a contribution from [Wolphin](https://gitlab.com/q_wolphin) to improve this feature
by allowing users to include multiple extends snippets in a single job and with multiple extends you can now achieve streamlined and dry CI configuration. Thanks Wolphin!
by allowing users to include multiple extends snippets in a single job and with multiple extends you can now achieve streamlined and dry CI configuration. Thanks Wolphin!
 
 
- name: "Collapsable Job Logs"
 
available_in: [core, starter, premium, ultimate]
 
documentation_link: "" # required
 
image_url: "/images/12_0/job-log-collapse.png"
 
reporter: brendan
 
stage: verify
 
issue_url: "https://gitlab.com/gitlab-org/gitlab-ce/issues/14664"
 
description: | # supports markdown
 
In GitLab 12.0, we're adding the ability to expand and collapse the log output from GitLab CI/CD jobs.
 
This will allow users to more easily debug certain steps in the job, and provide a great overview of the steps when desired -
 
or a detailed view if you want to see the entire output.
 
 
This originally started as a community contribution from [Matthias van de Meent](https://gitlab.com/matthias.vandemeent).
 
Thank you Matthias for your contribution!
- name: "Template inclusion in pipelines can now be enforced at instance level"
- name: "Template inclusion in pipelines can now be enforced at instance level"
available_in: [premium, ultimate] # required
available_in: [premium, ultimate] # required
Loading