alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

[Feature Request] Build Status Text for message output #132

Open patricklabrie opened 2 years ago

patricklabrie commented 2 years ago

It would be great if I could get the build status text like the verbose option in the stock slack notification. I was trying to find an alternative but couldn't find one. This is returned with something like %teamcity.serverUrl%/httpAuth/app/rest/builds/id:%teamcity.build.id%/statusText Same as the current {status} that is get with rest api, just need to be statusText instead

Thanks!

alexkvak commented 2 years ago

Build status is one of SUCCESS, WARNING, FAILURE, ERROR?