Customizing Jenkins UI

2012-06-02 Thread geetha
Hello All, I have requirements to modify Jenkins UI (like add new project in the new job wizard where all the fields like repository url and email notifications etc are to be set by default and can be modified accordingly). To do this I want to understand Jenkins source code, I have already downl

Re: Slow query when accessing a tab/view (with jobs list)

2012-06-02 Thread Guillaume Grossetie
Hi Bruno, Thanks for the advice. Ok I will try to disable all my plugins. I just hope that my issue is not related to Subversion or Maven... :) Guillaume. Le vendredi 1 juin 2012 21:59:13 UTC+2, kinow a écrit : > > Hi Guillaume, > > If I recall correctly, I think I've heard about similar issu

RE: Get summary on test results in jelly report

2012-06-02 Thread Alex Earl
The whole Jenkins object model is available, its can just be tricky to get at things sometimes. Sent from my Windows Phone From: Antanina Sent: 6/2/2012 9:11 AM To: Jenkins Users Subject: Get summary on test results in jelly report Hi All, I use Jelly email template for Jenkins reports and I want

Get summary on test results in jelly report

2012-06-02 Thread Antanina
Hi All, I use Jelly email template for Jenkins reports and I want to get total number of passed / failed / ignored test in the build without seeing this standard long list of test stats. Is there any way to get short info? E.g. Tests passed: 130 Tests failed: 12 Tests ignored: 6 Are there any do

Re: Run Tests Distributed

2012-06-02 Thread Brian Parker
Unless I'm mistaken, I think using the multiconfiguration job type would require that the tests to run and the distribution of those tests is static (at job config time) rather than dynamic (determined at job runtime). If you need it to be dynamic, you could do something like this using the Parame

Re: Trigger downstream jobs depending upon the some input parameter

2012-06-02 Thread Brian Parker
On Thu, May 31, 2012 at 5:59 AM, Arun Kumar wrote: > Thanks Brian, > > yes i use Parameterized trigger plugin. But if i use "projects to build" > field, then i cannot condition the downstream job right? I got a answer to > my query from OSUBeavBane as below. > I'm glad you found an answer you