Re: Running multiple build steps in a single job

2015-06-05 Thread Rohit Sharma
Hi I tried the conditional build step plugin but it is not marking the build as failure if the condition got failed. Thanks Rohit On Thursday, 4 June 2015 21:11:32 UTC+5:30, Rohit Sharma wrote: Hi I need ti run multiple build steps in a single job on condition basis i.e. if the first

Re: Running multiple build steps in a single job

2015-06-05 Thread Eric Pyle
I think you would have to set this up in a script and just call the script from Jenkins. Especially if you need to perform a clean-up action if one step fails. It could be a shell script, or you could look into Workflow. Regards, Eric On 6/5/2015 6:57 AM, Rohit Sharma wrote: Hi I tried the

RE: Running multiple build steps in a single job

2015-06-04 Thread Ginga, Dick
You must add the Any Build Step plugin which lets you run any Build step as a Post build step. * Use publishers as a Build Step (via the Conditional BuildStep Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin) * Use builders during the Post-build Actions