-
Bug
-
Resolution: Unresolved
-
Major
-
None
the maven proxy settings were affecting the subversion settings.
How to replicate:
Put proxy settings on maven settings.xml -file. For example:
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>foobar.com</host>
<port>12345</port>
<nonProxyHosts></nonProxyHosts>
</proxy>
Before running any jobs check the Manage Hudson / system informations -> No proxy defined
Then execute maven job.
After the job execution, check the system informations -> proxy defined from the maven settings.xml
just had this started happening on my Hudson/Jenkins builds.
very annoying, till I found the culprit file and added extra nonProxyHosts. For some odd reason some builds go through before Hudson/Jenkins picks up the maven settings and then its stuck with them.