Hi,
I am using jenkins 1.502.
since upgrading to that version wget api stopped working for me.
When I run it in debug I get the following error:
Exception: primitive XPath result sets forbidden; can use 
-Dhudson.model.Api.INSECURE=true if you run without security

I am running with security, and also tryied to set the property 
recommended, but it did not work.
my wget command is:
wget -d -qO- "http://.../job/jobname/55//api/xml?xpath=//userName/text()"

when I run it like that:
wget -d -qO- "http://.../job/jobname/55//api/xml";
it is working.

Any idea?
Thanks,
Ohad.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to