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
b12ce63f
Commit
b12ce63f
authored
Jan 29, 2019
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add section about limitations of cross-project triggers
parent
364f299d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
doc/ci/multi_project_pipelines.md
doc/ci/multi_project_pipelines.md
+19
-2
No files found.
doc/ci/multi_project_pipelines.md
View file @
b12ce63f
...
...
@@ -34,7 +34,7 @@ With Multi-Project Pipelines, you can visualize the entire pipeline, including a
## How it works
### Creating cross-project pipeline th
or
ugh API
### Creating cross-project pipeline th
ro
ugh API
When you use the
[
`CI_JOB_TOKEN` to trigger pipelines
](
triggers/README.md#ci-job-token
)
, GitLab
recognizes the source of the job token, and thus internally ties these pipelines
...
...
@@ -50,7 +50,7 @@ outbound connections for upstream and downstream pipeline dependencies.
#### Triggering a downstream pipeline using a bridge job
Before GitLab 11.8 it was necessary to implement a pipeline job that was
responsible for making the API requ
i
est
[
to trigger a pipeline
](
triggers/README.md#ci-job-token
)
responsible for making the API request
[
to trigger a pipeline
](
triggers/README.md#ci-job-token
)
in a different project.
In GitLab 11.8 we introduced a new CI/CD configuration syntax to make this task
...
...
@@ -135,3 +135,20 @@ staging:
`ENVIRONMENT`
variable is going to be passed to every job defined in a
downstream pipeline. It is going to be available as an environment variable
when GitLab Runner picks a job.
#### Limitations
Because bridge jobs are a little different than regular jobs, it is not
possible to use exactly the same configuration syntax here, as one would
normally do when defining a regular job that is going to be picked by a runner.
Some features, are not implemented yet, like support for environments.
Available configuration keywords are:
-
`trigger`
(to define a downstream pipeline trigger)
-
`stage`
-
`allow_failure`
-
`only`
and
`except`
-
`when`
-
`extends`
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