Concourse is our CI of choice. There are two components to Concourse that you will need to become familiar with:
fly
cli tool- Web ui
Please refer to existing build samples in the Agency App or on Concourse Docs.
The key features of Concourse are:
- All builds are in docker containers
- The fly cli tool allows you to update the pipeline without pushing changes to a repo
- Integration with Cloud Foundry and Docker Hub.