Skip to content
Snippets Groups Projects
Commit a45fd81f authored by GitLab Bot's avatar GitLab Bot
Browse files

Automatic merge of gitlab-org/gitlab master

parents bcca77eb 62fd4967
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,9 +15,9 @@ class Groups::BoardsController < Groups::ApplicationController
private
 
def assign_endpoint_vars
@boards_endpoint = group_boards_url(group)
@boards_endpoint = group_boards_path(group)
@namespace_path = group.to_param
@labels_endpoint = group_labels_url(group)
@labels_endpoint = group_labels_path(group)
end
 
def authorize_read_board!
Loading
Loading
Loading
Loading
@@ -180,6 +180,9 @@ pipelines, which was later increased to two. A parent pipeline can trigger many
pipelines, and these child pipelines can trigger their own child pipelines. It's not
possible to trigger another level of child pipelines.
 
<i class="fa fa-youtube-play youtube" aria-hidden="true"></i>
For an overview, see [Nested Dynamic Pipelines](https://youtu.be/C5j3ju9je2M).
## Pass variables to a child pipeline
 
You can [pass variables to a downstream pipeline](multi_project_pipelines.md#passing-variables-to-a-downstream-pipeline)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment