Re: Execute Fitnesse tests

2014-01-23 Thread Craig Harris
I am experiencing the same issue. Did you resolve the 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. Fo

Re: blocked jobs

2014-01-23 Thread silver
Thanks, Kevin. I didn't know about that one. Checking it out now! On Jan 23, 2014, at 2:11 PM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: > This problem can be solved simply with the Exclusion plugin. > > - Original Message - > From: jenkinsci-users@googlegroups.com > To: jenkinsci-

Bad gateway (502) on a single job

2014-01-23 Thread Maureen Barger
Hi -- Running LTS 1.532.1 I updated a couple plugins today subversion active directory promoted builds email-ext disk-usage to latest. Out of all of our jobs there is just one that just won't render on its landing page and it throws a 502 after timing out. I can get to all areas of the job - confi

Re: blocked jobs

2014-01-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This problem can be solved simply with the Exclusion plugin. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jan 23 2014 12:11:25 MachineA is not a Jenkins slave but rather my test target (I test specific software on a specific hardwar

Re: Variable from shell script to Jenkins job

2014-01-23 Thread Naumenko, Roman
Yup, just checked and it works just fine. Gonna be doing a lot of this from now on :) Thank you, --Roman On 2014/01/23 12:48 PM, Maureen Barger wrote: We do this as well FWIW. On Thu, Jan 23, 2014 at 10:55 AM, Mandeville, Rob wrote: We’ve got a technique for

Re: Variable from shell script to Jenkins job

2014-01-23 Thread Maureen Barger
We do this as well FWIW. On Thu, Jan 23, 2014 at 10:55 AM, Mandeville, Rob wrote: > We’ve got a technique for this at our shop. It requires the envInject > plugin. > > > > You write a line such as: > > > > echo “varID = $varID” > export_props.properties > > > > In the step after the shell step,

Re: blocked jobs

2014-01-23 Thread silver
MachineA is not a Jenkins slave but rather my test target (I test specific software on a specific hardware platform). Or, I’ve misunderstood your question. I have only a single Jenkins instance with several executors. Thank you. On Jan 23, 2014, at 10:18 AM, matthew.web...@diamond.ac.uk wrote

RE: Variable from shell script to Jenkins job

2014-01-23 Thread Mandeville, Rob
We've got a technique for this at our shop. It requires the envInject plugin. You write a line such as: echo "varID = $varID" > export_props.properties In the step after the shell step, create an "Inject environment variables" step that reads from export_props.properties. Now, the contents of

RE: Variable from shell script to Jenkins job

2014-01-23 Thread Ginga, Dick
I think you can write things to a file from your shell, then make the next build step Inject environment variables plugin and those values are now available to build steps and other shell steps. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Naumen

Variable from shell script to Jenkins job

2014-01-23 Thread Naumenko, Roman
Jenkins experts, Does anybody remember how to pass variable from shell execution inside the job to Jenkins itself? Say there is pre-step: varID=(grep something ${WORKSPACE}/pom.xml | cut something else) Is it possible to use $varID in further non-shell steps in the job? --Roman ___

What does perModuleEmail mean ?

2014-01-23 Thread David Gang
After recently upgrading to jenkins 1.548 i get an alert in the manage jenkins screen that i have old data. When getting to the old data screen i get: > Type: hudson.maven.MavenModuleSet > Error: MissingFieldException: No field 'perModuleEmail' found in class What does this error mean? --

RE: blocked jobs

2014-01-23 Thread Matthew.Webber
Does having only one 1 executor on MachineA address your use case? > -Original Message- > From: silver [mailto:pja...@gmail.com] > Sent: 23 January 2014 15:05 > To: jenkinsci-users@googlegroups.com > Subject: Re: blocked jobs > > Does anyone have any ideas on this one? > > Thanks. > > O

Re: blocked jobs

2014-01-23 Thread silver
Does anyone have any ideas on this one? Thanks. On Jan 22, 2014, at 9:33 AM, silver wrote: > I like the option to block jobs if another job is running but does anyone > have any suggestions how to extend this a bit and only block the job is > parameterA is equal to X? > > For example, I have

Re: Stop EC2 slave instances

2014-01-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I think making the EC2Slave.stop() method public would be fine, it should be safe enough to call from outside the object itself. At least it's not any less safe than most of the existing code in the plugin, which has a large number of concurrency issues already :-) - Original Message -

Deleting a job doesn't

2014-01-23 Thread Matthew.Webber
On Jenkins 1.548 I just deleted a number of jobs (using the web interface). However, when I look in $JENKINS_HOME/jobs, the parent directories for the jobs I just deleted are still there. Most of their content has been deleted, but what remains is the builds/ sub-directory, and inside it the sy

svn checkout/update on linux slave; hopelessly slow...

2014-01-23 Thread kgiloo
what is probably a no-go for the integration of our linux builds with jenkins' job per node..: redhat 5.5 checkout: nearly one hour on SSD (few minutes only using the svn client command line) even simple 'update' is very slow and takes huge time just to be kicked, don't know why. Updating h

Re: Unable to restart jenkins after plugin update

2014-01-23 Thread Maureen Barger
I was able to jiggle the config back into submission with a combination of backups and edits to remove the plugin calls manually. Hope this helps someone someday :) On Thu, Jan 23, 2014 at 5:17 AM, Maureen Barger wrote: > Running LTS 1.532.1 > I tested these plugins in a different environment bef

RE: A question about matrix parent build jobs

2014-01-23 Thread David Aldrich
Hi Daniel > Except that Matrix parent jobs are lightweight since 1.337, which means its > executors are created dynamically on demand. Thanks very much for this information. Best regards David -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegro

Unable to restart jenkins after plugin update

2014-01-23 Thread Maureen Barger
Running LTS 1.532.1 I tested these plugins in a different environment before updating in production but production is failing to start. I have even rolled back my plugins directory and config.xml from backup and still get error. I touched subversion plugin, active directory, promoted builds and ra

Re: LTS 1.532.2 release date

2014-01-23 Thread Arnaud Héritier
Due to the slowness of the UI with my 1.532.1 I will give a try to the 1.532.2 RC (20140113) I'll let you know if its better On Sat, Jan 18, 2014 at 12:40 AM, Daniel Beck wrote: > > On 18.01.2014, at 00:32, Les Mikesell wrote: > > > Is there a changelog for that? > > Not a regular one yet, bu

Re: Jenkins Enterprise from Cloudbees

2014-01-23 Thread teilo
On Tuesday, 21 January 2014 17:02:55 UTC, MoBarger wrote: > > Hi - just curious if anyone here has implemented JE. Yes - many have (including me) > Can same > functionality be achieved with free plugins instead of going with the > paid versions that Cloudbees offers? > No. Some of it c