SECURITY-47 with xpath

2013-08-16 Thread teilo
Hi all, After a lot of head scratching[1] I found that you can no longer (by default) use "text()" in an xpath in api/xml/xpath=blah. The associated commit references SECURITY-47 - which I can't see but from the other commit would seem to be related only to jsonp[2]? What I'm finding hard to

LTS RC Page

2013-08-16 Thread Slide
The LTS RC page [1] doesn't have any information as to the version of the LTS RC. Can this information be easily added so its easier to determine what version you are getting by downloading the RC? Thanks, slide 1 - http://jenkins-ci.org/stable-rc -- You received this message because you are su

Executing on multiple slaves in a single job

2013-08-16 Thread leopard
Hello, I could not find anyone reporting their experience on a certain use case I have trouble implementing in Jenkins: We'd like to run acceptance tests on our application, which is composed of several sub-systems running concurrently on different servers with different operating systems (lin

Re: assigning new values to existing build parameters in build-flow job

2013-08-16 Thread rginga
I have learned some things and I think I am REALLY CLOSE to my goal but I have hit a wall. Let me be specific: I have a CORE build job that will be invoked via Build-Flow from other jobs asynchronously, passing different parameters. I want to Archive the CORE build result into the calling job.

Build Flow - dynamic parameter question

2013-08-16 Thread Bob Bick
Hi, A build flow job invokes job X that has a dynamic parameter Y. The build flow job also has the dynamic parameter Y that it passes to job X. Ideally, parameter Y from the build flow job should override the calculated dynamic parameter value for job X. Unfortunately, when the build flow job i

Re: Build Flow - dynamic parameter question

2013-08-16 Thread nicolas de loof
you can't. By nature, dynamic parameters are computer by the job to use them, can't be force to a "fixed" value by the invoker. 2013/8/16 Bob Bick > Hi, > > ** ** > > A build flow job invokes job X that has a dynamic parameter Y. The build > flow job also has the dynamic parameter Y that i

RE: Build Flow - dynamic parameter question

2013-08-16 Thread Bob Bick
Thanks Nicolas. I didn't think there was a way to do it, but thought maybe there was a better (more creative) solution than what I came up with. People are going to look at job X and wonder why there are two parameters (Y and Y_OVERRIDE). It would be really nice if Jenkins had the concept of "h

Re: Executing on multiple slaves in a single job

2013-08-16 Thread Owen B. Mehegan
This sounds like an ideal use case for matrix/multi-configuration jobs. Just create a matrix job, use the slave labels as your configuration axes (check all the slaves you want this to run on), and follow your nose. Since I suspect you will need to perform slightly different actions for the Win

Re: Executing on multiple slaves in a single job

2013-08-16 Thread Owen B. Mehegan
I should mention that you can't convert between job types, so you would need to create NEW multi-configuration jobs and transfer your build logic over to them. On Friday, August 16, 2013 10:40:15 AM UTC-7, Owen B. Mehegan wrote: > > This sounds like an ideal use case for matrix/multi-configurati

Play Application Build / Compile / Etc

2013-08-16 Thread Jared Griffith
Is anyone here using play in a Job? If so, how is it working for you? I am seeing that when using the play command options, the build doesn't work correct. If I use a shell script that has all the same commands, it compiles and builds just fine. -- Jared Griffith Linux Administrator, PICS Aud

Re: SECURITY-47 with xpath

2013-08-16 Thread Daniel Beck
Not sure what the problem is with text() either, but both were changed in the same commit -- the advisories are probably just incomplete regarding impact on API users: https://github.com/jenkinsci/jenkins/commit/0de3e9b14ed75f70279435e78eb9f6a3a1a179df Unfortunately JENKINS-16936 is still open,

Prevent job from when a particular job is running

2013-08-16 Thread Jared Griffith
Is there a way to prevent job b from running if job a is running? -- Jared Griffith Linux Administrator, PICS Auditing, LLC P: (949) 936-4574 C: (909) 653-7814 17701 Cowan #140 | Irvine, CA | 92614 Join PICS on LinkedIn and Twitter!

Re: Prevent job from when a particular job is running

2013-08-16 Thread Baptiste Mathus
Yup. You might want to just specify a as an upstream job in b configuration. Then check the box "block this build when upstream builds are running" (approximate text). But, you'll have to note that this will actually create a dependency between b and a, meaning the end of "a" build will trigger o

Re: Prevent job from when a particular job is running

2013-08-16 Thread Jared Griffith
Yeah, I was thinking about that. However, in this particular instance, job b is actually a downstream job of say, job f. I might have to figure something else out here. Thanks. On Fri, Aug 16, 2013 at 12:59 PM, Baptiste Mathus wrote: > Yup. You might want to just specify a as an upstream job

Re: Prevent job from when a particular job is running

2013-08-16 Thread Baptiste Mathus
Well, a job is allowed to have many upstream jobs, so that might still work. If not, then see https://wiki.jenkins-ci.org/display/JENKINS/Build+Blocker+Plugin Cheers Le 16 août 2013 22:26, "Jared Griffith" a écrit : > Yeah, I was thinking about that. However, in this particular instance, > job

Re: Prevent job from when a particular job is running

2013-08-16 Thread Jared Griffith
Perfect, that's exactly what I was looking for! Thanks. On Fri, Aug 16, 2013 at 1:31 PM, Baptiste Mathus wrote: > Well, a job is allowed to have many upstream jobs, so that might still > work. > > If not, then see > https://wiki.jenkins-ci.org/display/JENKINS/Build+Blocker+Plugin > > Cheers >

Re: Play Application Build / Compile / Etc

2013-08-16 Thread Chris Marks
I'm doing the same, couldn't get the Play plugin working, so scripted it. topher On Aug 16, 2013 12:31 PM, "Jared Griffith" wrote: > Is anyone here using play in a Job? If so, how is it working for you? I > am seeing that when using the play command options, the build doesn't work > correct.

New to Jenkins - need some help

2013-08-16 Thread boy8bitx
First of all I'm a student and very noobish with linux and jenkins. I'm also tired of searching the web (it makes me crazy sometimes :) ) I need to do the following on a linux virtual machine (Cent OS 6.4 Minimal) We expect the following components installed: • Java compiler (OpenJDK 1.7.0) (don

Re: New to Jenkins - need some help

2013-08-16 Thread Scott Tatum
Hey, I just have to say, your teacher gives great assignments! :-D -Scott On Aug 16, 2013 5:41 PM, wrote: > First of all I'm a student and very noobish with linux and jenkins. I'm > also tired of searching the web (it makes me crazy sometimes :) ) > > I need to do the following on a linux virtua