diff options
author | Olivier Gonzalez <ogonzalez@gitlab.com> | 2019-08-21 09:28:06 -0400 |
---|---|---|
committer | Olivier Gonzalez <ogonzalez@gitlab.com> | 2019-08-21 09:28:06 -0400 |
commit | 0237580acea0a4c1d5d5f470150daad3584f8849 (patch) | |
tree | 0abdb9e46e9503689e383f506b3413ac9b0ab24c | |
parent | 9eabc0d6fc268023db13e8dad315f99f4fe1a6da (diff) | |
download | gitlab-ce-docs-improve_doc_about_bridge_jobs_limitations.tar.gz |
Improve doc about bridge job limitationsimprove_doc_about_bridge_jobs_limitationsdocs-improve_doc_about_bridge_jobs_limitations
-rw-r--r-- | doc/ci/multi_project_pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/multi_project_pipelines.md b/doc/ci/multi_project_pipelines.md index cb8d383f7d9..61f260cb70d 100644 --- a/doc/ci/multi_project_pipelines.md +++ b/doc/ci/multi_project_pipelines.md @@ -205,5 +205,5 @@ Some features are not implemented yet. For example, support for environments. - `stage` - `allow_failure` - `only` and `except` -- `when` +- `when` (only with `on_success`, `on_failure`, and `always` values) - `extends` |