Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dac1a95b
Commit
dac1a95b
authored
Sep 29, 2019
by
Evan Read
Committed by
Russell Dickenson
Sep 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit variable expansion content
parent
4f6b4213
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/ci/multi_project_pipelines.md
doc/ci/multi_project_pipelines.md
+5
-3
No files found.
doc/ci/multi_project_pipelines.md
View file @
dac1a95b
...
...
@@ -115,9 +115,11 @@ staging:
branch
:
stable-11-2
```
Use a
`project`
keyword to specify full path to a downstream project. Use
a
`branch`
keyword to specify a branch name. Variable expansion is supported in
the
`branch`
property.
Use:
-
The
`project`
keyword to specify the full path to a downstream project.
-
The
`branch`
keyword to specify the name of a branch in the project specified by
`project`
.
Variable expansion is supported.
GitLab will use a commit that is currently on the HEAD of the branch when
creating a downstream pipeline.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment