continuous integration - Get TeamCity build status -
i've got teamcity running build, has artifact output of *.msi installer, need mark successfull , failed tests builds, like
<filename>_<build_status>.msi
i've set tc build installer if tests failed, in order send our tester. thing recieve build status teamcity environment, without using rest.
i realise said didn't want use rest, need perform request url, substituting build configuration id. imo simplest approach (provided installer build config separate build)
/httpauth/app/rest/builds/buildtype:installer_build/status
if need implementing let me know.
implementation
1) add parameter want set output request
2) add powershell step , run code source - get build status gist
3) update relevant parameters highlighted below match settings
hope helps
Comments
Post a Comment