Skip to content

Latest commit

 

History

History

03-pipelines

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

pipeline

prepare

spinup concourse and login
docker-compose up
fly -t lite login -c http://0.0.0.0:8080 # username: concourse, password: changeme

playground

create pipeline.yml
vim pipeline.yml
try out!
fly -t lite set-pipeline -c pipeline.yml -p 03
fly -t lite unpause-pipeline -p 03 # by default pipelines creates paused

go to UI and click on plus to start pipeline