|
||||||||
|
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 ran into this error as well. It appears an API change occurred within the subversion plugin around version 2.5 and method was removed.
JENKINS-26611seems to indicate that the method has been re-added. Until the next release my workaround was to downgrade the subversion plugin to 2.4.5.https://github.com/jenkinsci/subversion-plugin/pull/108 seems to indicate that plugins that make use of the subversion plugin need to make a code change.
–
"The SubversionSCM.getRevisionFile(AbstractBuild) was altered to use instead Run, however some plugins have not converted to using the Run class, so I am restoring the method and deprecating it."