Re: Job Inheritance

2013-01-31 Thread syl20bnr
Hello, If you have some kind of pipeline approach then you could have a look at the Job Generator plugin which is aimed to define job templates. We are using it at work to generate 100+ jobs defined by 20 Job Generators. Maybe it could help you. Cheers, syl20bnr Le jeudi 31 janvier 2013 08:0

"keep this build forever" via rest api?

2013-01-31 Thread Chris Withers
Hi All, What url would I hit to make sure a build of a job is marked as "keep forever"? Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk -- You received this message because you are subscribed to the Google Groups "Jenkin

Re: Get Abstract Build Information

2013-01-31 Thread bearrito
So you can just do something like public Run getAssociatedBuild(AbstractBuild build){ String name = build.getProject().getName(); String maybeUpstreamName = name.replaceAll("foo","bar"); AbstractProject upstreamProject = AbstractProject.findNearest(maybeUpstreamName);

Get Abstract Build Information

2013-01-31 Thread bearrito
I'm trying to write a plugin. My question is how I can get build information about a completely different project than the project that will notify the listener. So as an example ProjectA Build1 Build2 ProjectB Build4 Build5 When ProjectB reaches on completion for say Build6, I

Re: copy artifact plugin - Unable to find a build

2013-01-31 Thread Otto Behrens
It could well be because we also use the Join plugin. The direct ancestor that triggered the build was not "BaselineGemStone", but the original trigger was. So, perhaps my problem is related this. On Thu, Jan 31, 2013 at 5:35 PM, Otto Behrens wrote: > Hi, > > We've recently started using the Copy

copy artifact plugin - Unable to find a build

2013-01-31 Thread Otto Behrens
Hi, We've recently started using the Copy Artifact Plugin (in stead of the "Copy files into the job's workspace before building" option). Have got version 1.25 installed on jenkins 1.500. Some jobs do work, but we've got the case where a job responds with "Unable to find a build for artifact c

Job Inheritance

2013-01-31 Thread jck . kln
Hi, I'm considering Jenkins as continuous integration tool in the company where I work. I prefer Jenkins than Hudson because I believe it has a better future and it's widely adopted. However, I've seen a drawback in Jenkins which is solved in Hudson: job inheritance. In other words, the funcio

Re: Run Condition plugin is invisible

2013-01-31 Thread jhoomsharabi
Thanks Matthew for the info. -Original Message- From: Matthew.Webber To: jenkinsci-users ; bap-jenkins Sent: Thu, Jan 31, 2013 3:58 pm Subject: RE: Run Condition plugin is invisible I think you have misunderstood - The run condition plugin does not depend on anything. Instead,

RE: Run Condition plugin is invisible

2013-01-31 Thread Matthew.Webber
I think you have misunderstood - The run condition plugin does not depend on anything. Instead, other things depend on it. For example, we have Conditional Buildstep plugin (which depends on; i.e. use, the Run Condition plugin). In our job configuration, we can “Add build step” of type “Condit