Feedback from remote custom build.
Hi,
I am using TC 5.0.3. I start custom build remotely with commands like this:
http://VMMOBUILD02/httpAuth/action.html?add2Queue=bt2&env.name=PARAM1&env.value=Bob
Then, I'd like to retrieve the build log. Using the web interface, I can do so at this address:
http://VMMOBUILD02/viewLog.html?tab=buildLog&buildTypeId=bt2&buildId=14&all=true
To retrieve the same log programmatically, I would need to have the buildId.
It would be nice if the remote command ([...]action.html?add2Queue[...]) would return something like:
"Build #14 added to queue"
Right now, the http response is blank. Is there a way to retrieve the buildId generated with our add2Queue command beside waiting a few seconds and then analyzing the
http://vmmobuild02/viewType.html?buildTypeId=bt2&tab=buildTypeStatusDiv
page?
Thanks.
Please sign in to leave a comment.