Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-15 09:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-15 09:09:39 +0300
commit01ef10900ad5ce2efea5abe6bbbc6d118b9ee6f8 (patch)
treea71b64d6c9bda41468bac890a5614c8ff958ffa7 /doc/ci/triggers
parenta3ac132686ea5e5e83c184334bf7f03bb641211c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/triggers')
-rw-r--r--doc/ci/triggers/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/triggers/index.md b/doc/ci/triggers/index.md
index 15a2a8a3c3f..383887bd389 100644
--- a/doc/ci/triggers/index.md
+++ b/doc/ci/triggers/index.md
@@ -114,7 +114,7 @@ The action is irreversible.
## Triggering a pipeline
-To trigger a job you need to send a `POST` request to the GitLab API endpoint:
+To trigger a pipeline you need to send a `POST` request to the GitLab API endpoint:
```plaintext
POST /projects/:id/trigger/pipeline
@@ -126,7 +126,7 @@ branches or tags. The `:id` of a project can be found by
[querying the API](../../api/projects.md) or by visiting the **CI/CD**
settings page which provides self-explanatory examples.
-When a rerun of a pipeline is triggered, jobs are marked as triggered `by API` in
+When a rerun of a pipeline is triggered, jobs are labeled as `triggered` in
**CI/CD > Jobs**.
You can see which trigger caused a job to run by visiting the single job page.