Quick start for getting Concourse CI up and running.
You can find the introductory slides here:
- Linux Operating System (Demos are created/validated on Linux only)
- Docker and Docker-Compose Install
- PCFDev Download
- Fly CLI Download
Before starting with the demos please make sure you have set up your environemnt as described in setup sub folder.
This repository contains several demos.
-
In hello-world sub folder you find simple demos for
- executing a task
- setting up a simple pipeline with manual trigger
- setting up an automatically triggered pipeline
-
In demo-app you find a pipeline to
- build and test a spring boot application
- deploy the build artifact on a local CloudFoundry instance