Skip to content

Latest commit

 

History

History

05-view-job-output

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

view job output

prepare

spinup concourse, login and setup pipeline
docker-compose up
fly -t lite login -c http://0.0.0.0:8080 # username: concourse, password: changeme
fly -t lite set-pipeline -c decomposed-pipeline.yml -p 05

playground

fly -t lite watch -j 05/pipeline # $pipelineName/$jobName
error: job has no builds

fly -t lite unpause-pipeline -p 05 # and clic on plus in web UI, and then

fly -t lite watch -j 05/pipeline # $pipelineName/$jobName
initializing
running echo who-hoo!
who-hoo!
succeeded