We recently changed our internal network IPs and I believe this has caused Jenkins to only list "none" under the SCM options in the job config. Previously the jobs were configured to pull from a couple SVN plugins.

Source Code Management

Also when accessing the job config page, I can see the following error in the log file:

WARNING: Caught exception evaluating: it.isTagged(). Reason: java.lang.NullPointerException
java.lang.NullPointerException
    at hudson.scm.SubversionTagAction.isTagged(SubversionTagAction.java:157)
    at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
...

(full error)

Anyone have any ideas of how to fix this? I found some of the old IPs in /var/lib/jenkins/hudson.scm.SubversionSCM.xml and changed them to the new IP and restarted/reloaded, but that did not fix this. The same screen shows up when adding a new job as well. I also noticed there is a .subversion directory in /var/lib/jenkins too.

link|improve this question
This may be related, since I am using Jenkins 1.449 issues.jenkins-ci.org/browse/JENKINS-12473 – Rob Jan 30 at 20:29
I found a way to get the SVN plugin to work again via: issues.jenkins-ci.org/browse/JENKINS-12449 – Rob Feb 1 at 14:42
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.