|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

I'm using a shell script which calls wget to get the config.xml, and then I'm using wget to POST the config.xml after modifying it.
I was using 1.564 for a while, and it was working fine, but I don't believe the issue was caused by upgrading to a newer version.
This is the command I was using to POST the updated config.xml:
wget --post-file=./job-config.xml --auth-no-challenge --http-user=build --http-password=TOKEN -q http://${JENKINS_URL}/job/job_name/config.xml
The wget command exits with return code 8.
When I run wget without the -q option, I get the following output:
Connecting to <server_name>:8080... connected.
HTTP request sent, awaiting response... 500 Server Error
2014-09-22 14:00:24 ERROR 500: Server Error.
And the exception appears in the Jenkins log.