glab-ci-run-trig - Man Page
Run a CI/CD pipeline trigger.
Synopsis
glab ci run-trig [flags]
Description
Run a CI/CD pipeline trigger.
Options
-b, --branch="" Create pipeline on branch or reference .
- -t, ā--token="" Pipeline trigger token. Can be omitted only if the CI_JOB_TOKEN
- environment variable is set.
--variables=[] Pass variables to pipeline in the format :.
Options Inherited from Parent Commands
--help[=false] Show help for this command.
- -R, ā--repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
- format. Also accepts full URL or Git URL.
Example
glab ci run-trig -t xxxx glab ci run-trig -t xxxx -b main glab ci run-trig -t xxxx -b main --variables key1:val1 glab ci run-trig -t xxxx -b main --variables key1:val1,key2:val2 glab ci run-trig -t xxxx -b main --variables key1:val1 --variables key2:val2
See Also
Referenced By
Oct 2024 Auto generated by spf13/cobra