Skip to content

Instantly share code, notes, and snippets.

@wshayes
Created March 16, 2018 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wshayes/cb7451841e7658c9954818f1ed60d931 to your computer and use it in GitHub Desktop.
Save wshayes/cb7451841e7658c9954818f1ed60d931 to your computer and use it in GitHub Desktop.
Concourse Badges

Concourse CI Badge notes

Job Badge

http(s)://concourse-server/api/v1/pipelines/pipeline-name/jobs/job-name/badge

Example Job Badge

The sslip.io project has a Concourse CI pipeline consisting of one job.

The pipeline is sslip.io (same name as the project, a simple naming scheme), and the job’s name is check-dns.

In the project’s README.md (https://github.com/cunnie/sslip.io/blob/276311f219882c2d7228d271109f21c6e7b0698a/README.md), the following line displays the status badge and links to the Concourse server’s pipeline:

ci.nono.io

Pipeline Badge

http(s)://concourse-server/api/v1/teams/:team_name/pipelines/:pipeline_name/badge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment