Using Java API to restart a build
One answer
Hi,
I want to refire a failed job in buildforge using Java API.
I am able to that ,but the main problem is that i am not able to customize the selection of steps.
means suppose i want to rerun a particular step that previously ran successfully.
Is there any way in which i can do that.
Hi,
There currently is not a way through the Java API to select/deselect which steps to rerun. This topic has some code displaying the use of the reprepareBuild method, which I think you're probably already using.
Brent Ulbricht
RTC Build Lead