Skip to content

a standalone jenkins job monitoring tool - this will work without actually touching jenkins itself

Notifications You must be signed in to change notification settings

christian-draeger/jenkins-monitor

Repository files navigation

N|Solid

About

The Jenkins-Monitor is a standalone monitoring tool displaying the build status / test results of several jobs. It's espacially intresting if you want to monitor jobs of a jenkins you are not administrating yourself or don't have permission to install plugins on your own. It is possible to create multiple boards with a separate configuration (which jobs you want to monitor, set different display name, optical things like backgrounds, panel themes, effects, etc.) for each of them.

Required

  • java jre (7 or higher) installed

Installation

  • download and run application
  • place the config file in the same directory as the application (jar file)
    • don't change the name of the file, it has to be "jenkinsMonitorConfig.json"
  • board will be available under localhost:8282/test-results.html
    • if you want to display the board from another mashine replace localhost with the ip-address of the mashine where you're executing the jar