Skip to content

Testing out concourse with the goal of taking a spring boot application into a kube or swarm cluster

Notifications You must be signed in to change notification settings

scarrigan/concourse-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concourse

Testing out concourse with the goal of taking a spring boot application into a kube or swarm cluster

Concourse

Download the fly app from concourse.io

Start concourse lite

vagrant up

Set concourse login

fly -t ci login

Run and test an individual task

fly -t ci execute -c ci/package-app.yml

Start pipleline

fly -t ci set-pipeline -p greeter-pipeline -c ci/pipeline.yml --var "private-repo-key=$(cat ~/.ssh/id_rsa)" --var "docker-repo-pwd=your-password"
fly -t ci unpause-pipeline -p greeter-pipeline
http://192.168.100.4:8080/teams/main/pipelines/greeter-pipeline

Debug pipeline

fly -t ci intercept -j greeter-pipeline/build-app 

About

Testing out concourse with the goal of taking a spring boot application into a kube or swarm cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •