Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.58 KB

ci-README.md

File metadata and controls

41 lines (31 loc) · 1.58 KB

CONCOURSE CONTINUOUS INTEGRATION

I use concourse to automate,

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

PIPELINE

The concourse pipeline.yml shows the entire ci flow,

IMAGE - my-go-examples concourse ci pipeline - IMAGE

JOBS, TASKS AND RESOURCE TYPES

Concourse Jobs and Tasks

Concourse Resources

  • my-go-examples 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