How to specify comment when triggering build via http
I know i can trigger a personal build like this
http://teamcity/httpAuth/action.html?add2Queue=bt21&personal=true
but what do i need to add to the a comment as well ?
This is the same as if the user did a personal run from the web interface and filled in the comment box.
Thanks
Please sign in to leave a comment.
Hello, Joubert.
You can add a comment using the following syntax:
http://teamcity/httpAuth/action.html?add2Queue=bt21&personal=true&buildComment="here%20is%comment"