Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d29febfd
Commit
d29febfd
authored
Jul 15, 2021
by
Caleb Williamson
Committed by
Marcel Amirault
Jul 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify how jobs triggered via API are displayed
parent
144c54e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/triggers/index.md
doc/ci/triggers/index.md
+2
-2
No files found.
doc/ci/triggers/index.md
View file @
d29febfd
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment