Gyanendra Mishra wrote: > Hello Jonathan, > > > > Rerun the whole job would not be helpful if there are 2 tests failure > out of 10. Rerun would unnecessarily run all 10 tests again.
In that case, maybe you should consider putting your conditional test re-running in a regular build step rather than a post-build action. Then, you could more easily control whether Jenkins considers the job to be a failure or success. I doubt you'll find an easy way to tell Jenkins to consider the job as a success after it's decided it failed. -- Jonathan Rogers -- 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.
