Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 740 Bytes

File metadata and controls

40 lines (33 loc) · 740 Bytes

spring-boot combined custom pipeline

prepare

bootstrap
docker-compose up
fly -t lite l -c http://0.0.0.0:8080 # concourse / changeme
fly -t lite sp -p 09 -c pipeline.yml
fly -t lite up -p 09
fly -t lite tj -j 09/pipeline

playground

vim README.adoc # do some changes...
git add .
git commit -am "commit repo for trigger build"
git push origin master
fly -t lite w -j 09/pipeline
Cloning into '/tmp/build/get'...
Fetching HEAD
3b3c44a short fly command args
initializing
running sh -exc apk update
apk upgrade
apk add --no-cache bash git
# ...
:build

BUILD SUCCESSFUL

Total time: 1 mins 23.952 secs
succeeded