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-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 fi

RE: Running multiple build steps in a single job

2015-06-04 Thread Ginga, Dick
is “Current Build Status” From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Rohit Sharma Sent: Thursday, June 04, 2015 11:42 AM To: jenkinsci-users@googlegroups.com Subject: Running multiple build steps in a single job Hi I need ti run multiple build

Running multiple build steps in a single job

2015-06-04 Thread Rohit Sharma
Hi I need ti run multiple build steps in a single job on condition basis i.e. if the first build step fails or if there is some error in first build step then the changes should be rolled back. Is this possible with any plugin in jenkins. Thanks -- You received this message because you are