How to activate a script after successful compilation Follow
I was wondering if there was any documentation on how to activate a script after a successful build of a project is completed. Is this possible within TeamCity?
Thanks, Steffen
Please sign in to leave a comment.
Hi,
You can add one more build step or one more build configuration snapshot dependent from your project, which will run script. Or you can get the status of build using REST API.