Conditional build steps for maven projects

2014-02-18 Thread srivastv
flexible publish plugin only for free style projects. Any help would be highly appreciated. -Thanks -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Conditional-build-steps-for-maven-projects-tp4690508.html Sent from the Jenkins users mailing list archive at Nabble.com

Re: Conditional build steps for maven projects

2014-02-17 Thread Eric Pyle
You can run a Maven build in a freestyle job. Add a build step of type Invoke top-level Maven targets. Then you can use conditional build steps and all other features of freestyle builds. Regards, Eric On 2/17/2014 2:13 AM, varun srivastava wrote: Hi, How can I run conditional steps

Re: Conditional build steps for maven projects

2014-02-17 Thread varun srivastava
build in a freestyle job. Add a build step of type Invoke top-level Maven targets. Then you can use conditional build steps and all other features of freestyle builds. Regards, Eric On 2/17/2014 2:13 AM, varun srivastava wrote: Hi, How can I run conditional steps with Maven projects

Re: Conditional build steps for maven projects

2014-02-17 Thread Stephen Connolly
top-level Maven targets. Then you can use conditional build steps and all other features of freestyle builds. Regards, Eric On 2/17/2014 2:13 AM, varun srivastava wrote: Hi, How can I run conditional steps with Maven projects ? For free style projects I am able to set up conditional steps

Re: Conditional build steps for maven projects

2014-02-17 Thread Maciej Jaros
varun srivastava (2014-02-17 08:13): Hi, How can I run conditional steps with Maven projects ? For free style projects I am able to set up conditional steps but this seems not available with Maven projects. Conditional steps are available both after and before Maven is build is run (in

Conditional build steps for maven projects

2014-02-16 Thread varun srivastava
Hi, How can I run conditional steps with Maven projects ? For free style projects I am able to set up conditional steps but this seems not available with Maven projects. Additionally I also want to publish findbugs/pmd reports conditionally in maven projects. Again this looks possible using

Re: Conditional Build Steps

2012-07-16 Thread Jan Seidel
You are right, the condition is met but your copy artifact plugin fails. The conditional build step works perfect. I have seen this bug several time. In my occassion was the copier set to copy artifacts from the job that triggered that particular build instead of last successful build. You

Re: Conditional Build Steps

2012-07-16 Thread Josh D
Guess I'm not sure what side of the boat the hole was in. I fiddled with it a couple hours before finding a new solution. The way I set it up was to first attempt a parameterized artifact copy as an optional step. Following that, I used the conditional build step plugin to check if the

Re: Conditional Build Steps

2012-07-03 Thread Jan Seidel
Hi Josh, what about https://wiki.jenkins-ci.org/display/JENKINS/Naginator+Plugin or https://wiki.jenkins-ci.org/display/JENKINS/Retry+Failed+Builds+Plugin ? Am Freitag, 29. Juni 2012 21:49:44 UTC+2 schrieb Josh D: I have a parameterized job that has a number of dependencies that it copies

Conditional Build Steps

2012-06-29 Thread Josh D
I have a parameterized job that has a number of dependencies that it copies in using parametrized copy artifacts build steps, e.g.: copy: sim-common-linux64/SIM_COMMON_REV=${SIM_COMMON_REV}. If there isn't a build of sim-common-linux64 that matches the SIM_COMMON_REV, that step fails, as you