summaryrefslogtreecommitdiff
path: root/doc/ci/triggers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-28 15:09:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-28 15:09:42 +0000
commit03cd4f8da4f848c7dfd0c0b88b4c095f69e56bb0 (patch)
treebf422de2a7ae5acf2fa718d6ab9fb4ab15fd5e95 /doc/ci/triggers
parentd2f4295270852f1ec4b9736f1db493421729474d (diff)
downloadgitlab-ce-03cd4f8da4f848c7dfd0c0b88b4c095f69e56bb0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/triggers')
-rw-r--r--doc/ci/triggers/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/triggers/index.md b/doc/ci/triggers/index.md
index a2dd4ac91d5..afcf8ae629a 100644
--- a/doc/ci/triggers/index.md
+++ b/doc/ci/triggers/index.md
@@ -113,6 +113,9 @@ This means that whenever a new tag is pushed on project A, the job runs and the
`stage: deploy` ensures that this job runs only after all jobs with
`stage: test` complete successfully.
+NOTE:
+You [cannot use the API to start `when:manual` trigger jobs](https://gitlab.com/gitlab-org/gitlab/-/issues/284086).
+
## Triggering a pipeline from a webhook
To trigger a job from a webhook of another project you need to add the following