/concourse-ci-demo

Live coding demo for Concourse CI Pipeline

Primary LanguageJavaApache License 2.0Apache-2.0

Concourse CI Demo

Quick start for getting Concourse CI up and running.

Introduction to Concourse CI

You can find the introductory slides here:

Prerequisites for the demos

  • Linux Operating System (Demos are created/validated on Linux only)
  • Docker and Docker-Compose Install
  • PCFDev Download
  • Fly CLI Download

Startup required services

Before starting with the demos please make sure you have set up your environemnt as described in setup sub folder.

Demo Labs

This repository contains several demos.

  1. 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
  2. In demo-app you find a pipeline to

    • build and test a spring boot application
    • deploy the build artifact on a local CloudFoundry instance