You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing the same problem. Configuring the notification settings using the Teamcity web-interface works fine, however, I'm deploying and configuring Teamcity automatically by placing the right (templated) files in the right places, and do not have the ability to retrieve the internal Teamcity build-type-ID (for example using the Teamcity API). When using the API to list the currently configured buildTypes, the id-field is filled with the named ID, and not the internal ID (as johnwenaus also mentioned).
So, to reiterate, is it possible to specify the buildType ID by name instead of internal ID, without using the webinterface?
A project may have a number of build types. For instance
I'd like to send a notification to a particular slack channel only if a deployment to
Production
issuccessful
In the current implementation, we have to specify the buildtype id. Unfortunately the buildtype id is an internal id created by teamcity. This
id
is not visible even via https://teamcity/app/rest/projects/myProject/buildTypes/DeployToProductionIt would be great if the plugin support
instead of
The text was updated successfully, but these errors were encountered: