@@ -88,7 +88,7 @@ The keywords available for use in trigger jobs are:
...
@@ -88,7 +88,7 @@ The keywords available for use in trigger jobs are:
-[`only` and `except`](../yaml/index.md#only--except)
-[`only` and `except`](../yaml/index.md#only--except)
-[`when`](../yaml/index.md#when)(only with a value of `on_success`, `on_failure`, or `always`)
-[`when`](../yaml/index.md#when)(only with a value of `on_success`, `on_failure`, or `always`)
-[`extends`](../yaml/index.md#extends)
-[`extends`](../yaml/index.md#extends)
-[`needs`](../yaml/index.md#needs), but not [cross project artifact downloads with `needs`](../yaml/index.md#cross-project-artifact-downloads-with-needs)
-[`needs`](../yaml/index.md#needs), but not [`needs:project`](../yaml/index.md#needsproject)
#### Specify a downstream pipeline branch
#### Specify a downstream pipeline branch
...
@@ -190,7 +190,7 @@ the ones defined in the upstream project take precedence.
...
@@ -190,7 +190,7 @@ the ones defined in the upstream project take precedence.
#### Pass CI/CD variables to a downstream pipeline by using variable inheritance
#### Pass CI/CD variables to a downstream pipeline by using variable inheritance
You can pass variables to a downstream pipeline with [`dotenv` variable inheritance](../variables/index.md#pass-an-environment-variable-to-another-job) and [cross project artifact downloads](../yaml/index.md#cross-project-artifact-downloads-with-needs).
You can pass variables to a downstream pipeline with [`dotenv` variable inheritance](../variables/index.md#pass-an-environment-variable-to-another-job) and [`needs:project`](../yaml/index.md#needsproject).
In the upstream pipeline:
In the upstream pipeline:
...
@@ -254,21 +254,6 @@ trigger_job:
...
@@ -254,21 +254,6 @@ trigger_job:
strategy:depend
strategy:depend
```
```
#### Mirror status from upstream pipeline
You can mirror the pipeline status from an upstream pipeline to a bridge job by
using the `needs:pipeline` keyword. The latest pipeline status from the default branch is
replicated to the bridge job.
For example:
```yaml
upstream_bridge:
stage:test
needs:
pipeline:other/project
```
### Create multi-project pipelines by using the API
### Create multi-project pipelines by using the API
> [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/31573) to GitLab Free in 12.4.
> [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/31573) to GitLab Free in 12.4.