Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 482 Bytes

#Jankytray

A system tray application that displays the current status of a jenkins/hudson instance, and its jobs.

Building

  1. Set desired platform in gradle.properties
  2. gradle clean createJar
  3. Runnable jar and all runtime dependencies will be located under build/output

Ways to Run

  • Follow the build steps and run the jar
  • gradle runApp

Continuous Integration Server