I am triggering a Teamcity
build using the documentation at Triggering a Custom Build
The GET request I am submitting is
http://teamcity:80/httpAuth/action.html?add2Queue=TestRestBuildTrigger&agentId=36&name=TestCheckBox&value=false
However the value of the param TestCheckBox
is passed as true
.
TestCheckBox
is a checkbox parameter with default value set to false
.