gh secret set DOCKER_TOKEN
gh workflow run ci.yml
gh run download <run-id>
# Download a specific artifact within a run
$ gh run download <run-id> -n <name>
# Download specific artifacts across all runs in a repository
$ gh run download -n <name1> -n <name2>
# Select artifacts to download interactively
$ gh run download
gh secret list
gh workflow list
curl --request POST https://gitlab.com/api/v4/projects/123/jobs/456/cancel --header "PRIVATE-TOKEN: <TOKEN>"
glab ci run
bashglab ci run -b main --variables KEY1:value1,KEY2:value2gitlab-ci-local
npm install -g gitlab-ci-local
gitlab-ci-local job_namegitlab-runner list
curl --request POST https://gitlab.com/api/v4/projects/123/ref/main/trigger/pipeline --form token=<TOKEN>
gitlab-runner --version
java -jar jenkins-cli.jar -s http://localhost:8080/ build my-job
java -jar jenkins-cli.jar -s http://localhost:8080/ list-jobs
java -jar jenkins-cli.jar -s http://localhost:8080/ restart
curl -X POST -F "jenkinsfile=<Jenkinsfile" \
http://localhost:8080/pipeline-model-converter/validate