geku / concourse-demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 100.0%