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
9c414b3c
Commit
9c414b3c
authored
Apr 08, 2020
by
John Jarvis
Committed by
Marcel Amirault
Apr 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a clarifying note about triggering pipelines
parent
774cd2c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
doc/ci/triggers/README.md
doc/ci/triggers/README.md
+15
-1
No files found.
doc/ci/triggers/README.md
View file @
9c414b3c
...
...
@@ -15,7 +15,21 @@ tag) with an API call.
## Authentication tokens
The following methods of authentication are supported.
The following methods of authentication are supported:
-
[
Trigger token
](
#trigger-token
)
-
[
CI job token
](
#ci-job-token
)
If using the
`$CI_PIPELINE_SOURCE`
[
predefined environment variable
](
../variables/predefined_variables.md#variables-reference
)
to limit which jobs run in a pipeline, the value could be either
`pipeline`
or
`trigger`
,
depending on which trigger method is used.
|
`$CI_PIPELINE_SOURCE`
value | Trigger method |
|-----------------------------|----------------|
|
`pipeline`
| Using the
`trigger:`
keyword in the CI/CD configuration file, or using the trigger API with
`$CI_JOB_TOKEN`
. |
|
`trigger`
| Using the trigger API using a generated trigger token |
This also applies when using the
`pipelines`
or
`triggers`
keywords with the legacy
[
`only/except` basic syntax
](
../yaml/README.md#onlyexcept-basic
)
.
### Trigger token
...
...
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