You might have an easier time parsing the XML results and using those in an
Ant script. Ant works with XML much better than it does with JSON.
http://ant.apache.org/manual/Tasks/xmlproperty.html
-- Jerry
On Tuesday, August 6, 2013 11:15:17 AM UTC-4, Stephen Tunney wrote:
>
> I'm trying to use
I'm trying to use the URLTrigger. I am able to successfully parse the JSON
results and get the build number, SCC change number and result out of the
JSON http response.
My question is this:
How to I access these parsed values in my Ant script?
On Sunday, 22 April 2012 11:28:30 UTC-4, Steven wr
I usually use the url trigger for any remote process triggering. But there are
a number of triggers that could be used as well as the cli or the build url.
I like the url trigger because I can pass parameters and what triggered the
build.
Steven
From: j