Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 960 Bytes

README.markdown

File metadata and controls

34 lines (20 loc) · 960 Bytes

CI-Status

This applicaiton provides a way to see the statuses of builds on a jenkins ci server without having to visit its page.

This is done by displaying a status icon for each build. For most Linux users they will also get a notification, informing them when the status of a build changes.

Usage

Download the jar file from here.

You can execute the program with $ java -jar CiStatus.jar

The application takes command line arguments.

  • --addr <Jenkins Address> The http address of the jenkins website.
  • --delay <Seconds> The delay between updating build statuses.

Dependencies/Requirements

For Usage

Java Runtime Enviroment (JRE)

For Development

The jsoup HTML parser which is included in the lib.

License

MIT License. Copyright 2011 - David Elliott