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.
-Gyanendra
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/NKZBw64cy00/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hello Kirk,
Before making job success, we need to check that post build task status is success.
Please help to define how to mark main job as success only if post build task is success.
Regards,
Gyanendra Pratap Mishra
From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] On Behalf Of KT Kirk
Sent: Thursday, February 27, 2014 2:01 AM
To: jenkins...@googlegroups.com
Subject: Re: How to FInish Job Success even if it failed
Add a /bin/true on failed statement.
--
Hello Kirk,
Before making job success, we need to check that post build task status is success.
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 jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hello Maciej,
I already tried that but it seems like it is not looking the text in the log of post build task. If I look text for log before post build task, that works.
Regards,
Gyanendra Pratap Mishra