An open API service indexing awesome lists of open source software.

https://github.com/springernature/concourse-badger

Concourse pipeline badges
https://github.com/springernature/concourse-badger

ee-release-engineering engineering-enablement

Last synced: 3 months ago
JSON representation

Concourse pipeline badges

Awesome Lists containing this project

README

          

# 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 //` returns SVG badge

markdown

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

html

```html

```

## Development

`./build` and `./run`