|
||||||||
|
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 don't know why the above workaround only works on some slaves but by adding -Dsvnkit.http.methods=Basic,NTLM,Negotiate,Digest to jenkins-slave.xml on the rest of the slaves seems to work.
This is really annoying since we have a lot of slaves.
It would be a little easier if I could set the property from the Jenkins master but JENKINS-9911 prevents me from doing so.
I'm not exactly sure how this works but don't I risk Jenkins overwriting jenkins-slave.xml at some point if I add the property to jenkins-slave.xml manually?