Fluffy Eureka is a JSON based rest interface providing status information for Atlassian Releases
334
Fluffy Eureka is a JSON based rest interface providing status information for Atlassian Releases
This can be combined with Jenkins URL Trigger Plugin to allow you to automate a delivery pipeline for Atlassian Products (Bitbucket, Confluence, Jira etc)
Please note that Atlassian's products are solely the trademarks of Atlassian, this project simplifies obtaining metadata about their releases.
1.0.0
### Docker
docker run -d -p 8888:8080 --restart=unless-stopped russell/fluffy-eureka
Clone down the repository
You need git & ruby installed globally:
$ which git
$ which ruby
$ git clone [git-repo-url] fluffy-eureka
$ cd fluffy-eureka
$ bundle install
$ bundle exec ./api.rb
MIT
Free Software, Hell Yeah!
Content type
Image
Digest
Size
326 MB
Last updated
about 6 years ago
docker pull russell/fluffy-eureka