-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JENKINS-27079 ClassCastException: hudson.scm.SVNRevisionState cannot … #228
base: master
Are you sure you want to change the base?
JENKINS-27079 ClassCastException: hudson.scm.SVNRevisionState cannot … #228
Conversation
…be cast to hudson.scm.SVNRevisionState
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure whether this plugin is actively maintained now, but LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be avoiding a visible exception, but it is not correcting the problem, which has yet to be diagnosed as far as I can tell.
@@ -6,3 +6,6 @@ Provides Jenkins integration with [Apache Subversion](http://subversion.apache.o | |||
See the [Subversion Plugin page](https://plugins.jenkins.io/subversion) for more information. | |||
|
|||
Apache, Apache Subversion and Subversion are trademarks of the Apache Software Foundation. | |||
|
|||
> Here is fixed build crushing with error:<br/> | |||
> <i>hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState</i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can revert the change to the readme.
Class checking was provided.
See my comment https://issues.jenkins-ci.org/browse/JENKINS-27079?focusedCommentId=356638&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-356638