Commit a45fd81f authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab master

parents bcca77eb 62fd4967
...@@ -15,9 +15,9 @@ class Groups::BoardsController < Groups::ApplicationController ...@@ -15,9 +15,9 @@ class Groups::BoardsController < Groups::ApplicationController
private private
def assign_endpoint_vars def assign_endpoint_vars
@boards_endpoint = group_boards_url(group) @boards_endpoint = group_boards_path(group)
@namespace_path = group.to_param @namespace_path = group.to_param
@labels_endpoint = group_labels_url(group) @labels_endpoint = group_labels_path(group)
end end
def authorize_read_board! def authorize_read_board!
......
...@@ -180,6 +180,9 @@ pipelines, which was later increased to two. A parent pipeline can trigger many ...@@ -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 pipelines, and these child pipelines can trigger their own child pipelines. It's not
possible to trigger another level of child pipelines. 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 ## Pass variables to a child pipeline
You can [pass variables to a downstream pipeline](multi_project_pipelines.md#passing-variables-to-a-downstream-pipeline) You can [pass variables to a downstream pipeline](multi_project_pipelines.md#passing-variables-to-a-downstream-pipeline)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment