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
5378f854
Commit
5378f854
authored
Feb 11, 2019
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copy-edit multi-project pipeline docs
parent
d1973276
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
doc/ci/multi_project_pipelines.md
doc/ci/multi_project_pipelines.md
+4
-4
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+7
-3
No files found.
doc/ci/multi_project_pipelines.md
View file @
5378f854
...
...
@@ -53,7 +53,7 @@ in a different project.
In GitLab 11.8, GitLab provides a new CI/CD configuration syntax to make this
task easier, and avoid needing GitLab Runner for triggering cross-project
pipelines.
pipelines.
The following illustrates configuring a bridge job:
```
yaml
rspec
:
...
...
@@ -86,14 +86,14 @@ GitLab does not support status attribution yet, however adding first-class
NOTE:
**Note:**
"Bridge" jobs do not support every configuration entry that a user can use
in the case of regular jobs. "Bridge" jobs will not to be picked by a
r
unner,
in the case of regular jobs. "Bridge" jobs will not to be picked by a
R
unner,
thus there is no point in adding support for
`script`
, for example. If a user
tries to use
d
unsupported configuration syntax, YAML validation will fail upon
tries to use unsupported configuration syntax, YAML validation will fail upon
pipeline creation.
### Specifying a downstream pipeline branch
It is possible to specify a branch name that a downstream pipeline will use
.
It is possible to specify a branch name that a downstream pipeline will use
:
```
yaml
rspec
:
...
...
doc/ci/yaml/README.md
View file @
5378f854
...
...
@@ -1539,12 +1539,13 @@ test:
from
`trigger`
definition is started by GitLab, a downstream pipeline gets
created.
Learm more about
[
multi-project pipelines
](
../multi_project_pipelines.html#creating-cross-project-pipelines-from-gitlab-ci-yml
)
.
Example:
Learm more about
[
multi-project pipelines
](
../multi_project_pipelines.md#creating-cross-project-pipelines-from-gitlab-ci-yml
)
.
### Simple `trigger` syntax
The most simple way to configure a downstream trigger to use
`trigger`
keyword
with a full path to a downstream project:
```
yaml
rspec
:
stage
:
test
...
...
@@ -1557,6 +1558,9 @@ staging:
### Complex `trigger` syntax
It is possible to configure a branch name that GitLab will use to create
a downstream pipeline with:
```
yaml
rspec
:
stage
:
test
...
...
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