diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-11 13:09:25 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-11 13:09:25 +0000 |
commit | 9da83baf664ed3aca5f730bb904a9dabe9d863f1 (patch) | |
tree | 68de5eafa2c8c6c374249068820b8ca8619f5213 /doc | |
parent | 9e7899f50d3b9f933b1a3555aa4bc7d04bd1a407 (diff) | |
parent | 2f1bb02a540433e4951d235e0f7bdb28ef39d5a8 (diff) | |
download | gitlab-ce-9da83baf664ed3aca5f730bb904a9dabe9d863f1.tar.gz |
Merge branch 'docs/remove-link-old-project' into 'master'
Removes link to deprecated project
See merge request gitlab-org/gitlab-ce!22281
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/triggers/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index cf92d90ba30..407c73fd1a2 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -2,7 +2,7 @@ > **Notes**: > -> - [Introduced][ci-229] in GitLab CE 7.14. +> - Introduced in GitLab 7.14. > - GitLab 8.12 has a completely redesigned job permissions system. Read all > about the [new model and its implications](../../user/project/new_ci_build_permissions_model.md#job-triggers). @@ -154,10 +154,10 @@ This information is also exposed in the UI. Using trigger variables can be proven useful for a variety of reasons: -* Identifiable jobs. Since the variable is exposed in the UI you can know +- Identifiable jobs. Since the variable is exposed in the UI you can know why the rebuild was triggered if you pass a variable that explains the purpose. -* Conditional job processing. You can have conditional jobs that run whenever +- Conditional job processing. You can have conditional jobs that run whenever a certain variable is present. Consider the following `.gitlab-ci.yml` where we set three @@ -221,7 +221,6 @@ removed with one of the future versions of GitLab. You are advised to [take ownership](#taking-ownership) of any legacy triggers. [ee-2017]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2017 -[ci-229]: https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/229 [ee]: https://about.gitlab.com/pricing/ [variables]: ../variables/README.md [predef]: ../variables/README.md#predefined-variables-environment-variables |