Skip to content
Snippets Groups Projects

GitLab 9.3 release post

Merged Victor Wu requested to merge release-9-3 into master
All threads resolved!
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -50,17 +50,17 @@ features:
# PRIMARY FEATURES
primary:
- name: Multi-Project Pipelines Graph
- name: Multi-Project Pipeline Graphs
available_in: [eep]
documentation_link: 'https://docs.gitlab.com/ee/ci/pipelines.html#multi-project-pipelines-graph'
documentation_text: "Learn more about the multi-project pipelines graph"
documentation_text: "Learn more about Multi-Project Pipeline Graphs"
image_url: '/images/9_3/multi-project_pipelines.png'
description: |
Larger projects, especially those adopting a micro-services
architecture, often have a set of interdependent components
that form the complete product.
With the first iteration of Multi-Project Pipelines, GitLab 9.3 will show links for upstream and downstream projects directly in the pipeline graph, so developers can check the overall status of the entire chain in one single view.
With the first iteration of Multi-Project Pipelines, GitLab 9.3 displays links for upstream and downstream projects directly on the pipeline graph, so developers can check the overall status of the entire pipeline chain in one single view.
- name: Code Quality results in the merge request widget area
available_in: [ees, eep]
Loading