Re: Job success or failure message

2013-08-01 Thread Steffen Breitbach
> You could use a script that will do that for you and let Jenkins run the > script only. I just tried it: individual build steps (e.g. n times "Execute shell") will do exactly the same by the way. Regards Steffen -- You received this message because you are subscribed to the Google Groups "

Re: Job success or failure message

2013-08-01 Thread Steffen Breitbach
Hi Tânia! On Thu, 2013-08-01 at 04:31 -0700, Tânia Magalhães wrote: > Is there way to configure the job so it will stop if any of the steps > fail? You could use a script that will do that for you and let Jenkins run the script only. > How can I configure it so this job test won't run if JOB_A f

Job success or failure message

2013-08-01 Thread Tânia Magalhães
Hi! Lets say that I have a job (JOB_A) with a lot of build steps. For example: Step1: rmdir /s /q C:\whatever Step2: "svn checkout" Step3: c:\whatever\script1.py Step4: c:\whatever\script2.py ... Is there way to configure the job so it will stop if any of the steps fail? I mean, I don't nee