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
Post a Comment