/concourse-demo

Simple Concourse Demo to build an Image and execute a fake test

Primary LanguageRuby

Simple Concourse CI demo

Setup Concource

Follow the documentation.

Login

Replace the URL with your IP of your setup

fly --target tutorial login  --concourse-url http://192.168.100.4:8080

Create Pipeline

Set up the pipeline

fly -t tutorial set-pipeline -c ci/pipeline.yml -p demo-pipeline -l ci/credentials.yml

and open the browser to see the pipeline and the results:

http://192.168.100.4:8080