Re: Jenkins Jobs hangs at sending email

2012-06-17 Thread vprasad79
Hello Slide, Please can I know how to turn off LDAP email? Does it means Disable LDAP security configuration? Thanks, Venkat On Friday, 15 June 2012 22:54:18 UTC+8, slide wrote: > > You can try turning off the LDAP email, though I think the core > Mailresolver will still use the LDAP email reso

Re: Jenkins Jobs hangs at sending email

2012-06-17 Thread vprasad79
I believe email-ext plugin uses jenkins default mail resolver? Can we have timeout set to 10seconds for mail resolver? Thank-you, Venkat On Friday, 15 June 2012 22:54:18 UTC+8, slide wrote: > > You can try turning off the LDAP email, though I think the core > Mailresolver will still use the LDA

Re: Userbility on when starting build with parameters

2012-06-17 Thread Andrey Myatlyuk
Hi Jesper, I guess it is easier when you see the problem at hand, and know better which parts can be reused and what should be changed. Good thing is that you have so many ways to get it solved :-) Regards, Andrey On Jun 16, 2012, at 4:04 AM, Jesper Terkelsen wrote: > Hi Andrey > > Than

Jenkins-Eclipse-Plugin Available to download?

2012-06-17 Thread Lakshmi
Hi, I am searching for an update site/zip to install an eclipse plugin for Jenkins as available for Hudson. But I'm not able to find any for both Eclipse v3.6 & v3.7. I would like to know from which path I can download the Jenkins eclipse plugin for both Helios & Indigo. Please suggest me.

Set the job to be a flyweight task

2012-06-17 Thread Sebastian Sawicki
Hi, I've got one build scenario (Scenario) which can be run by several configurations: Scenario(Configuration c) where c=C1, C2, C3,... The matrix build would fit here, cause I can set the configuration axes to cover each Configuration. However, what I need is to build some subset of those configu

API to change build status from ABORTED to FAILED

2012-06-17 Thread Sebastian Sawicki
Hi, Is there a way to configure the matrix job to fail immediately when one of the configuration failed. Currently (@1.424.3) the other configurations proceeds although some had already failed and it is known that even when those would succeed the whole matrix build will be failed. I have managed

Re: Jenkins plugin to create dashboards

2012-06-17 Thread Kamal Ahmed
Thanks Ulli,  i just started using it. Here is what i am trying to do. Its a bit advanced, but if i get this to work, then i can really add relevant content to one screen on Jenkins. 1. Use Jenkins Python API https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API 2. The API is accessable

Re: Jenkins plugin to create dashboards

2012-06-17 Thread Ulli Hafner
On 06/16/2012 09:13 PM, Kamal Ahmed wrote: Hi, Is there a plugin, which i can use to create dashboards that can display reports from various plugins on one page. Thanks, -Kamal. There is the dashboard view plug-in: https://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View Ulli