Implement A Custom Post-Build Step
Is there any way to perform a custom, post-build operation in TeamCity? The only thing I can see to do is to set up an entirely new build configuration and trigger that instead via a dependency trigger, but that only allows you to trigger if a build is successful. What if you want to trigger an operation if a build fails?
Mark.
Please sign in to leave a comment.
Currently this can be done via plugin only. A plugin can listen for a build of specific build configuration to complete and then add to queue another build configuration. Also you cant watch/vote for this issue: http://jetbrains.net/tracker/issue/TW-3677
--
Pavel Sher