Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.36 KB

ci-README.md

File metadata and controls

36 lines (26 loc) · 1.36 KB

CONCOURSE CONTINUOUS INTEGRATION

I use concourse to automate,

  • Use README for GitHub Webpage
  • Alert me of the progress via repo status and slack

PIPELINE

The concourse pipeline.yml shows the entire ci flow,

IMAGE - my-packer-image-builds concourse ci pipeline - IMAGE

JOBS, TASKS AND RESOURCE TYPES

Concourse Jobs and Tasks

Concourse Resources

  • my-packer-image-builds 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