Concourse
→ Commands
# create/update a pipeline
fly -t tutorial set-pipeline -c pipeline.yml -p hello-world
# trigger a job
fly -t tutorial trigger-job -j hello-world/job-hello-world
# ask for pipeline builds
fly -t tutorial builds
id name status start end duration team created by
60 hello-world/job-hello-world/4 succeeded 2023-08-28@16:34:11+0200 2023-08-28@16:34:14+0200 3s main admin
59 hello-world/job-hello-world/3 succeeded 2023-08-28@16:26:01+0200 2023-08-28@16:26:04+0200 3s main admin
15 hello-world/job-hello-world/2 failed 2023-08-28@15:34:40+0200 2023-08-28@15:34:43+0200 3s main admin
13 hello-world/job-hello-world/1 succeeded 2023-08-28@14:50:49+0200 2023-08-28@14:50:52+0200 3s main admin
# watch a pipeline / job / build-number
fly -t tutorial watch -j hello-world/job-hello-world --build 4
# destroy pipelines
fly -t tutorial destroy-pipeline -p hello-world
→ Parameter> Values in params sections in turn become environment variables within the task:
This page was last modified: