Stash 2.1 comes with a new REST API that allows you to tell Stash about builds related to specific changesets. How do I let Stash know about my builds in TeamCity?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your build configurations, insert this Powershell script as the first build step:
This will let Stash know that a build for a certain changeset has started.
As your last build step, insert this Powershell script and select the option to execute it even though your build fails:
This will let Stash know that a build for a certain changeset has either succeeded or failed.