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 fails? Use a post build action "Build other projects" with "Trigger only if build succeeds". This is Jenkins core functionality. Regards Steffen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
