Programatically pin a build in Teamcity -


is possible pin build in teamcity programatically/automatically? want pin build if deploy-build successfull.

just found out possible through rest api can f.ex send put command http://teamcityserver:81/httpauth/app/rest/builds/id:688/pin/ , build id 688 (teamcity.build.id) pinned.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -