Re: job_dsl plugin configure block problem

2013-06-04 Thread Bill Koester
Two jobs, named: DSL_TEST_DSL1 DSL_TEST_DSL2 Two links on the sidebar links plugin (I'm not familiar with this plugin), with the following text: DSL_TEST_DSL2 DSL_TEST_DSL2. In both jobs the variable ${i} inside the configure block gets expanded to the last value, DSL2..Outside of the configure b

Re: Old jobs just disappearing from UI

2013-06-04 Thread Kalluri Jagan
I had similar issue but upgrading some of my plug ins did the trick to me.   Promoted builds plug in is the major culprit as I understood  — Thanks, Jagan Kalluri Sent from Mailbox for iPhone On Wed, May 29, 2013 at 3:33 AM, Schalk Cronjé wrote: > Config reload did not work, but after a restart

Re: Running Jenkins behind IIS7

2013-06-04 Thread Andrew
Update: looks like that it might be an issue on my PC, I've had a few others look at it now and works fine for them -- 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

Running Jenkins behind IIS7

2013-06-04 Thread Andrew
I'm trying to get jenkins running behind IIS7 using a reverse proxy - so that all users have to do is enter http://jenkins rather than remembering port number or anything else cryptic. I have a DNS mapping for the Windows 2008 server that I have jenkins installed on and have set up an incoming

Re: job_dsl plugin configure block problem

2013-06-04 Thread Pete Akey
Can you clarify this point: "This generates two jobs named DSL_TEST_DSL1 and DSL_TEST_DSL2 as intended. It also adds the sidebar links plugin but the content of the links is the same in both jobs and is DSL2 twice instead of DSL1 in job 1 and DSL2 in job 2." The way it reads to me, and correct

job_dsl plugin configure block problem

2013-06-04 Thread Bill K
Hello, I am using job_dsl plugin to create jobs in a loop. We have several 'sets' of code all of which will need an identical set of jobs. This is working fine for things using the built in helpers but we also have a need to use some plugins not directly supported. I have created configure blo

exception trying to use jigomerge

2013-06-04 Thread Kamal Ahmed
I am trying to use jigomerge with jenkins 1.516 and getting Exception: + groovy /opt/jigomerge/jigomerge.groovy -u https://svn.hq.coderyte.corp/coderyte/perlapp/trunk Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/groovy/tools/GroovyStarter Caused by: java.lang.ClassNotF

JUC Palo Alto CFP Closes June 9

2013-06-04 Thread Alyssa Tong
Hi all, Just friendly reminder that we are quickly approaching the deadline for CFP. If you are interested in inspiring others with your Jenkins story pls do share... http://www.cloudbees.com/jenkins/juc/juc-2013.cb Thanks, alyssa -- You received this message because you are subscribed to the

Dead executors - Jenkins is completely dead

2013-06-04 Thread Eric Wood
My Jenkins is completely dead.  I get the message that the executors are dead and this stack trace appears over and over in the log.  I have not added any new plugins.  I have had an issue where a jobs disappear from time to time and I have restarted tomcat and reloaded the configuration informati

Re: Jenkins has a long startup time, how to avoid it?

2013-06-04 Thread Eduardo Dias
Hi James, I will check what kind of disk, I am not the infra admin. Thanks. Eduardo 2013/6/4 James Nord (jnord) > I use VMWare J > > ** ** > > What kind of datastore are you using then – it’s likely that it is just > not up to the job (even 16 * local SAS disks with 1GB FBWC couldn’t co

RE: Jenkins has a long startup time, how to avoid it?

2013-06-04 Thread James Nord (jnord)
I use VMWare :) What kind of datastore are you using then - it's likely that it is just not up to the job (even 16 * local SAS disks with 1GB FBWC couldn't cope!) /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eduardo Dias Sent: 04 June 201

Re: Jenkins has a long startup time, how to avoid it?

2013-06-04 Thread Eduardo Dias
Hi james, thanks, I will check the JVM config, regarding disk, I use VMWare and I can notuse SDD. Regards, Eduardo 2013/6/4 James Nord (jnord) > Hi Eduardo, > > ** ** > > I replaced a local RAID 5 array with a single SSD for a test and startup > time went from hours to minutes… > >

RE: Jenkins has a long startup time, how to avoid it?

2013-06-04 Thread James Nord (jnord)
Hi Eduardo, I replaced a local RAID 5 array with a single SSD for a test and startup time went from hours to minutes... YMMV, but look at the system and look at IOWait, disk read latencies etc.. (This is with Jenkins prior to Lazy loading) You may also want to look at the JVM, is it spending to

Re: 'Even Load Strategy' Plugin

2013-06-04 Thread Brendan Nolan
Hi David, I've created a new 'Least Load' plugin that offers similar functionality to the Cloudbees plugin. I'm currently waiting to get it hosted but you can get a copy from - https://github.com/bstick12/jenkins-ci-leastload Brendan On Tuesday, September 25, 2012 3:57:49 PM UTC+1, David Aldri