Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

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/ref

-t, --token="" Pipeline trigger token (can be omitted only if CI_JOB_TOKEN environment variable is set)

--variables=[] Pass variables to pipeline in format :

Options Inherited from Parent Commands

--help[=false] Show help for command

-R, ā€‰--repo="" Select another repository using the OWNER/REPO or GROUP/NAMESPACE/REPO
format or 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

glab-ci(1)

Referenced By

glab-ci(1).

Jul 2024 Auto generated by spf13/cobra