I've added a build trigger of Poll SCM, then when I click save I get the
following exception. (It doesn't make any difference what the schedule
syntax is, currently its 1 * * * *).
This happens every time, I've no idea how to proceed from here.
Status Code: 500
Exception: java.lang.RuntimeException: Failed to instantiate class
hudson.scm.SubversionSCM from
{"":["1","auto"],"excludedCommitMessages":"","excludedRegions":"","excludedRevprop":"","excludedUsers":"","includedRegions":"","locations":{"local":".","remote":"https://<location
to svn url>
"},"value":"2","workspaceUpdater":{"stapler-class":"hudson.scm.browsers.ViewSVN"}}
Stacktrace:
javax.servlet.ServletException: java.lang.RuntimeException: Failed to
instantiate class hudson.scm.SubversionSCM from
{"":["1","auto"],"excludedCommitMessages":"","excludedRegions":"","excludedRevprop":"","excludedUsers":"","includedRegions":"","locations":{"local":".","remote":"https://<location
to svn
url>"},"value":"2","workspaceUpdater":{"stapler-class":"hudson.scm.browsers.ViewSVN"}}
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:615)
<snip>
(Where <location to svn url> is my redacted url, obviously its correctly
specified in Jenkins)