Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.65 KB

ci-README.md

File metadata and controls

40 lines (29 loc) · 1.65 KB

CONCOURSE CONTINUOUS INTEGRATION

I use concourse ci to,

  • Copy and edity README.md to /docs/_includes/README.md for GitHub Webpage
  • Alert me of the progress via repo status and slack

PIPELINE

The concourse pipeline.yml shows the entire ci flow. Visually, it looks like,

IMAGE - my-cheat-sheets concourse ci pipeline - IMAGE

JOBS, TASKS AND RESOURCE TYPES

The concourse jobs and tasks are,

The concourse resources types are,

  • my-cheat-sheets uses a resource type docker-image to PULL a repo from github
  • resource-slack-alert uses a resource type docker image that will notify slack on your progress
  • resource-repo-status uses a resource type docker image that will update your git status for that particular commit

For more information on using concourse for continuous integration, refer to my concourse-cheat-sheet.