Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 6 hours 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T12:14:48.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T09:19:01.416Z (7 months 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).![Demo](images/configuration-screen.png)
## 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
[![Build Status](https://HOST_OF_BADGE_SERVER.com/badge/Pipeline-Name)](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