Re: How to structure Jenkins with a build that has 100's of projects?

2014-10-28 Thread Patrick van Dissel
Do yourself a favor and look into the Job DSL plugin (https://github.com/jenkinsci/job-dsl-plugin). Managing Jenkins by hand is a hell.. so use the JobDSL and script it al together. And of course put the scripts in version control. Most important JobDSL doc pages: - https://github.com/jenkinsci/jo

Re: [Email-ext] Resolving email address from Cause.UserIdCause

2014-10-28 Thread Nick Dierauf
Stuart, can you post the groovy script that you use to determine the email address (ie, "myscript.groovy")? Thanks! Nick. On Tuesday, March 11, 2014 11:24:37 AM UTC-7, Stuart Rowe wrote: > > Hi, does anyone know of a way to look up a user's email address from their > user ID? I can't make the a

Re: How to structure Jenkins with a build that has 100's of projects?

2014-10-28 Thread Matt Klein
Thanks for the tips. I did a search and it appears build flow is a plugin. I will check that out. Sounds like you are not 100% sure on the many project approach. Can you elaborate a bit on the trades you considered for that approach vs. wrapping many projects into a few jobs? Thanks again,

Re: Jenkins ircbot leaking OutputThreads

2014-10-28 Thread 'Luciano Rodrigues Furtado' via Jenkins Users
Hey Cristoph, I have opened the ticket as requested JENKINS-25349 - Leaking ircbot OutputThreads . Please let me know if I can help in any way. Cheers. On Oct 28, 2014 9:17 PM, "Christoph Kutzinski" wrote: > Thanks for the info. > Can you

Re: How to modify Jenkins email "undisclosed-participant@email.invalid" to use legit email address and user for email notification

2014-10-28 Thread Slide
Interesting, my guess is this is coming from your SCM. Can you tell if that is the case? On Tue, Oct 28, 2014 at 3:24 PM, mpc8250 wrote: > Hi All > > Jenkins send an email with user named undisclosed-participant with email > address "undisclosed-participant@email.invalid". > We've tried changing

How to modify Jenkins email "undisclosed-participant@email.invalid" to use legit email address and user for email notification

2014-10-28 Thread mpc8250
Hi All Jenkins send an email with user named undisclosed-participant with email address "undisclosed-participant@email.invalid". We've tried changing values in email-ext plugin in Manage Jenkins and still it doesnt work to use a legit user and email address. How can we change that to use a legi

Re: How to structure Jenkins with a build that has 100's of projects?

2014-10-28 Thread Slide
See comments inline On Tue, Oct 28, 2014 at 2:41 PM, Matt Klein wrote: > Hi All, > > I'm interested incorporating Jenkins into our build process. Our current > build is comprised of 100's of libraries and executables for many different > target platforms. I'm struggling with how to structure t

How to structure Jenkins with a build that has 100's of projects?

2014-10-28 Thread Matt Klein
Hi All, I'm interested incorporating Jenkins into our build process. Our current build is comprised of 100's of libraries and executables for many different target platforms. I'm struggling with how to structure this in Jenkins. - Should every library/executable have a corresponding job e

Jenkins Performance Plugin - How to configure the tests to fail if response time goes below a specific value ?

2014-10-28 Thread Abhijeet Kushe
Hi Team, I have configured the Jmeter Performance Plugin in Jenkins and getting all the performance results.But I wanted to configure the job such that if the average response time goes below a specific threshold then the job should fail.I have 2 jmeter tests in one job .So how can I

Re: Jenkins ircbot leaking OutputThreads

2014-10-28 Thread Christoph Kutzinski
Thanks for the info. Can you open a new JIRA issue against the ircbot and attach the information below? thanks Kutzi Am 28.10.2014 um 22:02 schrieb Luciano Furtado: Hi Everybody, We have a Jenkins instance that connects to a irc server over ipsec, the Jenkins server after running for over

Jenkins ircbot leaking OutputThreads

2014-10-28 Thread Luciano Furtado
Hi Everybody, We have a Jenkins instance that connects to a irc server over ipsec, the Jenkins server after running for over a week, ends up with about 300 OutputThreads for the irc-plugin . we are running on Jenkins Jenkins ver. 1.565.3 with irc plugin 2.25

RE: Jenkins become unresponsive

2014-10-28 Thread 'Cohen, Isaac S' via Jenkins Users
David - Thanks for the quick reply. How did you come to this conclusion? Sorry, I am still new to thread dumps! -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Tuesday, October 28, 2014 4:01 PM To: jenkins

Re: jenkins building when it shouldn't

2014-10-28 Thread Michael Wiles
Wow... that would be great. I'm busy confirming it is unique to bitbucket. I suspect it is. When I've narrowed it down I'll submit. Thanks On 28 October 2014 13:24, Mark Waite wrote: > I'm not sure what else could be happening in that job. Could you submit a > bug report, and attach the job de

Re: Jenkins become unresponsive

2014-10-28 Thread Daniel Beck
While the thread is not blocked, it still looks suspiciously like http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7130796 On 28.10.2014, at 20:57, Isaac Cohen wrote: > Attached is a thread dump taken when jenkins was unresponsive. I couldnt find > anything suspicious, but maybe I missed som

Re: Jenkins become unresponsive

2014-10-28 Thread Isaac Cohen
Attached is a thread dump taken when jenkins was unresponsive. I couldnt find anything suspicious, but maybe I missed something? Thanks, Isaac On Wednesday, October 22, 2014 7:10:43 AM UTC-4, Rupali wrote: > > Hi James, > > Thanks for your reply. > We are using Windows server. > I will try jstac

Re: LDAP Plugin authentication issue

2014-10-28 Thread Maciej Jaros
Gil Br (2014-10-28 15:58): All, I installed the latest LDAP Plugin for Jenkins. When I use ldap://server.name I get *no* error under the LDAP Server line, however when I use ldap*s*://server.name:636 I get the following error: /Unable to connect to ldaps://server.name:636 : javax.naming.Commu

Re: Selenium crashes Chrome when running from Jenkins

2014-10-28 Thread Tamilarasan Rajendran
Hi, I am also facing similar issue. I am trying to execute my automation scripts in Jenkins. We have 2 slave machine.. one is Win7 (OS) and other is winxp (OS). When i change the slave machine to winxp, my scripts works perfectly without any issues. But, when i change ti win7 OS machine, my sc

question on BUILD_ID

2014-10-28 Thread alok kumar
Hi All, I am using ZEN timestamp plugin to modify the BUILD_ID as per our requirements. It works well when I use it any build step, but when I try using the changed BUILD_ID variable in the extended email build step it doesnt show the modified BUILD_ID, but, the default one instead. Has anyone com

Jenkins on Windows: BSoD and Fortify

2014-10-28 Thread j.g.wessels
Hi, The Dutch Rabobank Organization is using Jenkins concerning Continuous Integration of mainly Java sources. With regards to afore mentioned the following. It is concerning to get two major problems solved in connection with our Jenkins CI system. The combination of the problems is hindering

LDAP Plugin authentication issue

2014-10-28 Thread Gil Br
All, I installed the latest LDAP Plugin for Jenkins. When I use ldap://server.name I get *no* error under the LDAP Server line, however when I use ldap*s*://server.name:636 I get the following error: Unable to connect to ldaps://server.name:636 : javax.naming.CommunicationException: simple bind

RE: Jenkins update hangs on CentOS

2014-10-28 Thread Jason Pyeron
> -Original Message- > From: Yves Schumann > Sent: Tuesday, October 28, 2014 3:37 > > Hi @all > > I've got a problem with one of my Jenkins installations. This > one is running on CentOS 6 and every time I update this > machine, the Jenkins installation hangs. So after some > minutes

Stack trace when trying to view buile node workspace

2014-10-28 Thread Adam Mercer
Hi I was trying to view a failed test log from the workspace of a project this morning and I received the following stack trace: java.io.IOException: Remote call on builder-sl6-1 failed at hudson.remoting.Channel.call(Channel.java:751) at hudson.FilePath.act(FilePath.java:1009) at jenkins.util.Vi

Re: Jenkins problem with clocks going back?

2014-10-28 Thread Dirk Heinrichs
Am 27.10.2014 um 16:49 schrieb James Nord: > If you set the timezone to Etc/UTC even on windows the hardware clock will > never jump - as there is no DST to adjust the clock by. Yes, that's clear. But this time will also be displayed to the user, which is not the nicest thing to have for most p

Re: jenkins building when it shouldn't

2014-10-28 Thread Mark Waite
I'm not sure what else could be happening in that job. Could you submit a bug report, and attach the job definition for the failing job, and the build logs for the cases where multiple jobs are being executed to "catch up", yet the same SHA1 is used in each case during the "catch up"? Thanks, Mark

When seesion is expired,he details that has been filled by me will be deleted or not stored in jenkins seesion manager.

2014-10-28 Thread Neeraj Singh
Hi, I am using Jenkins as tomcat application in windows platform.I am using Build with parameters.I filled the details But Whenever my session is expired then Jenkins redirects me to log in page.As I log in again the details that I have filled will not be available. Is there any solution for t

Re: jenkins building when it shouldn't

2014-10-28 Thread michaelw
Sha1's for all the builds are exactly the same. On Tuesday, 21 October 2014 22:34:47 UTC+2, Mark Waite wrote: > > If polling is not configured, then you'll need to read the build log of > each job that was run, and extract the differences between those jobs. > > Usually, "changes detected" means

Jenkins update hangs on CentOS

2014-10-28 Thread Yves Schumann
Hi @all I've got a problem with one of my Jenkins installations. This one is running on CentOS 6 and every time I update this machine, the Jenkins installation hangs. So after some minutes I break the update with Ctrl-C and call yum-complete-transaction to finish the update. Any ideas what the pr

Re: Cannot use Java web start on Mac OS slave

2014-10-28 Thread Simon Byrnand
Hi, When I say can't, what I mean is not allowed. Technically I could open an incoming port but its a business network so policy-wise I'm not allowed to. There are currently no restrictions for outgoing connections (at least to the jenkins master) except there is a transparent proxy on port 80.