Commit c3b2acb1 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-clarify-pipeline-subscriptions' into 'master'

Clarify pipeline subscription namespace detail

Closes #214165

See merge request gitlab-org/gitlab!39932
parents 6069c591 7343c003
...@@ -272,7 +272,8 @@ You can trigger a pipeline in your project whenever a pipeline finishes for a ne ...@@ -272,7 +272,8 @@ You can trigger a pipeline in your project whenever a pipeline finishes for a ne
tag in a different project: tag in a different project:
1. Go to the project's **Settings > CI / CD** page, and expand the **Pipeline subscriptions** section. 1. Go to the project's **Settings > CI / CD** page, and expand the **Pipeline subscriptions** section.
1. Enter the path to the project you want to subscribe to. 1. Enter the project you want to subscribe to, in the format `<namespace>/<project>`.
For example, if the project is `https://gitlab.com/gitlab-org/gitlab`, use `gitlab-org/gitlab`.
1. Click subscribe. 1. Click subscribe.
Any pipelines that complete successfully for new tags in the subscribed project Any pipelines that complete successfully for new tags in the subscribed project
......
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