Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 874 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 874 Bytes

Concourse Badger

A little service that renders a pipeline status badge. It talks directly to the Concourse database to avoid having to deal with atc auth.

Usage

GET /<team-name>/<pipeline-name> returns SVG badge

markdown

[![build status](http://badger.halfpipe.io/engineering-enablement/concourse-badger)](https://concourse.halfpipe.io/teams/engineering-enablement/pipelines/concourse-badger)

html

<a href="https://concourse.halfpipe.io/teams/engineering-enablement/pipelines/concourse-badger"><img src="http://badger.halfpipe.io/engineering-enablement/concourse-badger" title="build status"></a>

Development

./build and ./run