Skip to content

fargies/jenkins-tray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Jenkins tray application =
:author: Sylvain Fargier
:email: fargier.sylvain@free.fr

== Description ==
This plugin monitors and displays Jenkins' status in your system tray.

== Requirements ==
- +QtCore+, +QtXml+, +QtNetwork+ >= 4.7
- +CppUnit+ to compile using TESTS option.

== Compilation, Installation & Tests ==

To compile this project run the following script :

--------------------------------------
mkdir build ; cd build
cmake -DTESTS=ON ..
make

# to install the project :
make install

# to run the unit tests :
CTEST_OUTPUT_ON_FAILURE=1 make test

# or run :
./tests/test_all
--------------------------------------

== Run ==

jenkinsTray

or to run multiple instance

jenkinsTray <context>

where context is string use to create different configuration file

About

jenkins tray util (in Qt)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published