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

enter image description here

hope helps


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -