Skip to content

A simple java program to display the status of builds on a jenkins server.

License

Notifications You must be signed in to change notification settings

DDAZZA/CI-Status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple java program to display the status of builds on a jenkins server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages