Hi Clemens,

to my knowledge there's no such plugin.
But you can use the API to easily pull that information. So if you just 
need some sort of overview I believe a simple script scraping the data 
from the instances instead of a plugin will do the trick.
To see information available via API browse to 
http://YOURJENKINSINSTANCE/api/xml
There you'll see all jobs coming like that

<job>
  <name>JOBName</name>
  <url>http://YOURJENKINSINSTANCE/job/JOBName</url>
  <color>COLOR</color>
</job>

where COLOR is the interesting stuff for you: it's encoding the build 
state like "blue" for "all fine!", "red" for "failed", "aborted" for 
(well, yeah) "aborted" and so on.

HTH.

Kind regards,
 
Andreas Schilling
CAE Processes & Data Management
-------------------------------------------------------------------
Dipl. Inf. Andreas Schilling
Senior Software Architect

TWT GmbH
Science & Innovation
Bernhäuser Str. 40 - 42
73765 Neuhausen
 
Tel: +49.7158.17 15.6 73
Mobil: +49.1 72.6 22 88 70
E-Mail: andreas.schill...@twt-gmbh.de
--------------------------------------------------------------------
www.twt-gmbh.de
--------------------------------------------------------------------
Geschäftsführung: Dimitrios Vartziotis, Joachim Laicher (Stv.), Frank 
Beutenmüller (Stv.)
Registergericht: Amtsgericht Stuttgart, HRB Nr. 212778
Umsatzsteuer: ID-Nr.: DE147841145
--------------------------------------------------------------------



Von:    Clemens <clemensgoer...@googlemail.com>
An:     jenkinsci-users@googlegroups.com
Datum:  04.02.2013 14:31
Betreff:        Getting all Job Information from different Server
Gesendet von:   jenkinsci-users@googlegroups.com



Hi,

i have a quick question.
We are running different Jenkins Server for different departments
and jobs and i wanted to know, if there is any way to collect all
Job information from all Servers ? It would be only necessary to
get the different jobs and the status , not the workspace files.
(Just to have an overview about the actual situation)

Is there already a existing plugin for this idea ? 

Otherwise, i would create my own Plugin for this "problem"
-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to