https://github.com/ashwanthkumar/gocd-build-badge-notifier
GoCD Plugin to send pipeline notifications to an instance of https://github.com/ashwanthkumar/gocd-build-badge-server
https://github.com/ashwanthkumar/gocd-build-badge-notifier
Last synced: about 1 year ago
JSON representation
GoCD Plugin to send pipeline notifications to an instance of https://github.com/ashwanthkumar/gocd-build-badge-server
- Host: GitHub
- URL: https://github.com/ashwanthkumar/gocd-build-badge-notifier
- Owner: ashwanthkumar
- Created: 2015-11-10T05:42:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T12:14:48.000Z (over 10 years ago)
- Last Synced: 2025-03-25T14:51:14.751Z (over 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gocd-build-badge-notifier
Plugin notifies all pipeline build status to an instance of [Build Badge notifier](https://github.com/ashwanthkumar/gocd-build-badge-server).
## Setup
- Download jar from releases & place it in /plugins/external & restart Go Server.
- Make sure you have an instance of [build badge server](https://github.com/ashwanthkumar/gocd-build-badge-server) running. The README has 1-click deploy to Heroku.
## Configuration
You need to set a URL to an instance of [build badge server](https://github.com/ashwanthkumar/gocd-build-badge-server).

## Markdown Syntax
To add the badge to the README of your private repo projects you could use the following template. Make sure you update the `HOST_OF_BADGE_SERVER` and `Pipeline-Name`.
```markdown
[](http://ci-server:8153/go/tab/pipeline/history/Pipeline-Name)
```
## How does it work?
Since there isn't any (universal) way to determine if the pipeline has completed or not. We store the status of the latest completed stage in the pipeline on the badge server and return a badge (Passed / Failed / Unknown) based on that.
## License
http://www.apache.org/licenses/LICENSE-2.0