|
||||||||
|
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.

After finding https://issues.jenkins-ci.org/browse/JENKINS-26458, I downgraded my subversion plugin to 2.4.5. Now I get the "you must override the new overload of checkout" as well, just like with 1.54.
The other solution suggested there was to set Jenkins' overall svn version to 1.8; however, on the Configure System page the largest version available in the dropdown list was 1.7, so I couldn't try that.
My entire workflow script is:
def cid = '123-123-123-123'
node { checkout scm: [ $class: "SubversionSCM", locations: [[ remote:'https://secure3.svnrepository.com/myrepo/trunk', credentialsId: cid]] ] }