Skip to content

sankasan/BuildMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildMonitor

BuildMonitor is a tool that helps you monitor the state of Jenkins projects that are matching your criteria. It supports an additional server you can setup so you can show who is working on getting the build stable again. Notifications are shown when the build becomes unstable and when it's back stable again.

Building BuildMonitor

Linux

Prerequisites

  • Qt5
  • Qt Creator

Steps

  1. Open the .pro file located in the BuildMonitor folder and associate your Qt Kit with the project.
  2. Build for the configurtion you want and it will result in the executable being generated.

Windows

Prerequisites

  • Qt5
  • Microsoft Visual Studio 2017
  • 7zip (if you want to create an installer)
  • NSIS Installer framework (if you want to create an installer)

Steps

  1. Go to .\BuildMonitor\Installer
  2. Double click CreateInstaller.bat. This will compile the project and create an installer.

or

  1. Open BuildMonitor.sln
  2. Compile from Visual Studio 2017 (Note: there is no installer created this way)

About

Monitor projects in Jenkins from your tray and/or taskbar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.4%
  • NSIS 3.7%
  • QMake 1.7%
  • C 1.5%
  • Batchfile 0.7%