Skip to content
Snippets Groups Projects
Marco Clemencic's avatar
Marco Clemencic authored
Fix build

See merge request !1
243a2143
History
Name Last commit Last update
src/main
.gitignore
HowToUseItAtLHCb
README
pom.xml
Project : Follow Builds Status - Jenkins Plugin
Author : Colas Pomiès

===============================================================================
=================================== Resume ====================================
===============================================================================

This Jenkins Plugin provide a board page to follow status of builds in Jenkins.

===============================================================================
=========================== How to use this plugin ============================
===============================================================================


If you manualy install this plugin with the .hpi file you need to install first
the JQuery Plugin avaible here :
https://wiki.jenkins-ci.org/display/JENKINS/jQuery+Plugin

The JQuery Plugin is optional but it's really usefull to use the board page.

- First step :

You need to create views and columns in the configuration page of Jenkins

All views and columns need to have a non-empty name.
A view need a minimum of one column.

- Second step :

You need to configure jobs in the configuration page of jobs you want to follow.
You can use parameters of a job in the configuration like this ${YOUR_PARAM}

- Third step :

You just need to build your job and if the configuration of the job match to the
configuration of views and columns in the configuration of Jenkins it will
create or update an entry in the board.

-Fourth step :

Each entry of the board is attached to a build so if you delete a build it's 
will delete the entry in the board.
If you delete a jobs i's will also delete all entries associate to this job.

===============================================================================
============================= How to edit sources =============================
===============================================================================

If you need to change sources or to create the .hpi file you need to read the 
Jenkins tutorial to setting up your environment and to know how to use maven
commands. This tutorial is avaible here :
https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial