Skip to content

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

Notifications You must be signed in to change notification settings

geku/concourse-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages