Is it possible to start a build at a particular step?
I have build configurations in TeamCity that have upwards of 15-20 steps. If a build fails in the middle say on step 12, is there a way to easily restart a new build at that step? Currently I have to disable step 1 through 11 and restart the build if I want to do this. Is there a better way to do this?
Thanks in advance!
Please sign in to leave a comment.
configure the step to start even if other steps fail
(execute step: "even if other steps fail" option)
ziv shapira
I don't want the build to just blindly continue if a step breaks, since subsequenct steps depend on previous ones. I just want to be able to start a new build at a different step other than the first.
Steve,
We have this feature request in TW-20925, please vote.
Thanks, I upvoted it.
In the interim, is feature this something that could be implemented via a plugin? I'm happy to spend some time developing one but I've never even looked at the plugin system.