0.0.1 • Published 10 years ago

meme-says-jenkins v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

#meme-says-jenkins

A meme based Jenkins CI monitor.

#A what?

It's a Jenkins CI monitor that haz memes. There are 3:

  1. When things are going really badly, disabled or not yet built: image
  2. When things are getting there, a few failed tests: image
  3. When things are going great and there's much success: image
  4. And when things are building or about to be built: image

#Demo

Here's a little demo that uses Apache's CI feed: http://ahmednuaman.github.io/meme-says-jenkins/

#How do use

  1. Clone the repo and stick it on your desired monitor machine, whether it's on your CI server or a dedicated machine in your place of work.
  2. If you've allowed JSONP on Jenkins then go ahead and edit the app.coffee file and change jenkinsAPIEndPoint to the JSONP end point of your CI server, eg: https://builds.apache.org/api/json?format=json&jsonp=?.
  3. If you've not got the beauty of JSON then you can use the built in NodeJS server, simply edit the app.coffee file and change jenkinsAPIEndPoint to api.json, then edit server.coffee and change jenkinsAPIEndPoint to then JSON end point of your CI server, eg: https://builds.apache.org/api/json.
  4. Rejoice.