/Jenkins-Monitor-tvOS

A fork of an Apple TV Monitor for Jenkins, in order to add some graphics elements to make it funnier, and add Travis-CI support !

Primary LanguageSwiftApache License 2.0Apache-2.0

Jenkins-Monitor-tvOS (and Travis 😏)

Apple TV Monitor for Jenkins Fork to add some fun graphics thanks to Julie Fiolet (http://cargocollective.com/juliefiolet)

This fork also supports Travis-Ci build status monitoring (not build progress). To add a travis monitoring, use the public URL of travis like this : https://api.travis-ci.org/repos/[username] where [username] is your

Screenshot

Screenshot Screenshot

Original Instructions

First check if the Build Monitor Plugin for Jenkins is installed and running.

If you don't have it yet, please install Carthage. You can do it with homebrew:

brew update
brew install carthage

Then download this code, open its folder and build the dependencies:

carthage update

You should be able to execute the app now, open JenkinsMonitor.xcodeproj and run it.

For instruction on how to use, please refer to original repository .