Accessing Server from Scripts in 4.0
I found out that TeamCity 4.0 will get a new feature that allows a user to specify a build variable value on a manual build run..
I would really like to know whether it would also be possible to specify such a build variable if the build is triggered from script through a HTTP GET.
Thanks,
Coen Wouters
Please sign in to leave a comment.
It is possible to specify build parameters via HTTP request. The request should look like:
buildParam:system.param1=value1&buildParam:env.param2=value2
--
Pavel Sher