[JIRA] [multiple-scms-plugin] (JENKINS-26303) Not compatible with Subversion plugin 2.5

8 views
Skip to first unread message

costescuandrei@skymail.ro (JIRA)

unread,
Jun 5, 2015, 5:40:01 AM6/5/15
to jenkinsc...@googlegroups.com
Andrei Costescu commented on Bug JENKINS-26303
 
Re: Not compatible with Subversion plugin 2.5

Should I reopen the issue? As far as I understand the configuration I tried should have worked (contains the fix) right?
(I see all linked duplicate cases are closed now as well)

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

riccardo.corona@agfa.com (JIRA)

unread,
Jul 23, 2015, 5:28:01 AM7/23/15
to jenkinsc...@googlegroups.com
LuFrija commented on Bug JENKINS-26303

Have the same here, jenkins 1596.2, subversion plugin 2.5 and mulitplescm plugin 0.3.

[bit off-topic: strangely if I upgrade the multiple scm plugin to 0.5 then all the jobs using it are not visible anymore in Jenkins. If I revert then they are visible again]

However, I replicated the very same job on a different installation of Jenkins (same versions: 1596.2, subversion 2.5 and mulitplescm 0.3, later upgraded to 0.5) and it worked fine. I now have the same suspect as Brantone, that existing projects that had already some build are affected by the bug, new projects are not.

rodrigc@FreeBSD.org (JIRA)

unread,
Jul 23, 2015, 10:30:01 AM7/23/15
to jenkinsc...@googlegroups.com

LuFrija: can you look at the XML for a job created with multiple-scms 0.3, and the XML for an identical job created on a server using multiple-scms 0.5?
Are there any differences?

multiple-scms isn't really maintained. I applied some fixes to keep the plugin on life-support and somewhat working for my needs.

The Jenkins developers are recommending that for complicated workflows, people should investigate using the workflow plugin.
I understand that this is not practical for people who have many existing jobs which using plugins like multiple-scms,
but I thought I would mention it, in case that is a possibility.

riccardo.corona@agfa.com (JIRA)

unread,
Jul 23, 2015, 11:25:01 AM7/23/15
to jenkinsc...@googlegroups.com
LuFrija commented on Bug JENKINS-26303

Hi Craig

I had a look but there aren't any differences beside the multiple-scm plugin version. I'll try to move to subversion plugin 2.5.1 and see whether this helps.

david.taddei@seebyte.com (JIRA)

unread,
Aug 21, 2015, 9:26:09 AM8/21/15
to jenkinsc...@googlegroups.com
Dave Taddei reopened an issue
 

This now appears to occur with Subversion plugin 2.5.2 also

00:00:04.041 FATAL: org.jenkinsci.plugins.multiplescms.MultiSCMRevisionState cannot be cast to hudson.scm.SVNRevisionState
00:00:04.041 java.lang.ClassCastException: org.jenkinsci.plugins.multiplescms.MultiSCMRevisionState cannot be cast to hudson.scm.SVNRevisionState
00:00:04.042 at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:726)
00:00:04.042 at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:861)
00:00:04.042 at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:129)
00:00:04.042 at hudson.scm.SCM.checkout(SCM.java:485)
00:00:04.042 at hudson.model.AbstractProject.checkout(AbstractProject.java:1284)
00:00:04.042 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610)
00:00:04.042 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
00:00:04.042 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532)
00:00:04.042 at hudson.model.Run.execute(Run.java:1741)
00:00:04.042 at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
00:00:04.042 at hudson.model.ResourceController.execute(ResourceController.java:98)
00:00:04.042 at hudson.model.Executor.run(Executor.java:381)

Jenkins / Bug JENKINS-26303
Change By: Dave Taddei
Resolution: Fixed
Status: Resolved Reopened

yariv.sheizaf@gmail.com (JIRA)

unread,
Aug 23, 2015, 6:08:02 AM8/23/15
to jenkinsc...@googlegroups.com
Yariv Sheizaf commented on Bug JENKINS-26303
 
Re: Not compatible with Subversion plugin 2.5

I get the following error using version 2.5.2 :

FATAL: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState
java.lang.ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState
at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:726)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:861)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1282)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532)
at hudson.model.Run.execute(Run.java:1744)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:374)

david.taddei@seebyte.com (JIRA)

unread,
Aug 28, 2015, 9:03:02 AM8/28/15
to jenkinsc...@googlegroups.com
Dave Taddei updated an issue
 
Change By: Dave Taddei
Environment: Jenkins 1.596, Subversion Plugin 2.5 , Jenkins 1.626, Subversion plugin 2.5.2

david.taddei@seebyte.com (JIRA)

unread,
Sep 4, 2015, 4:29:01 AM9/4/15
to jenkinsc...@googlegroups.com
Dave Taddei commented on Bug JENKINS-26303
 
Re: Not compatible with Subversion plugin 2.5

This now works for me.

If you installed the MultiSCM plugin first, then update the subversion plugin then a restart of the server is required.

If you installed subversion plugin first then the MultiSCM plugin it appears to work without a restart.

Thanks!

peter@pakos.pl (JIRA)

unread,
Oct 16, 2015, 5:01:08 AM10/16/15
to jenkinsc...@googlegroups.com

It does not work for us with Jenkins 1.629 and Subversion plugin 2.5.3.

peter@pakos.pl (JIRA)

unread,
Oct 16, 2015, 5:01:09 AM10/16/15
to jenkinsc...@googlegroups.com
Peter Pakos edited a comment on Bug JENKINS-26303
It does not work for us with Jenkins 1.629 and Subversion plugin 2.5.3  which had to be reverted back to 2 . 4.5.

david.taddei@seebyte.com (JIRA)

unread,
Nov 17, 2015, 3:14:04 AM11/17/15
to jenkinsc...@googlegroups.com
Dave Taddei resolved as Cannot Reproduce
 

I have not been able to reproduce this bug with more recent versions of jenkins, multi-scm and svn plugin.

Change By: Dave Taddei
Status: Reopened Resolved
Resolution: Cannot Reproduce

peter@pakos.pl (JIRA)

unread,
Nov 19, 2015, 7:02:01 AM11/19/15
to jenkinsc...@googlegroups.com
Peter Pakos commented on Bug JENKINS-26303
 
Re: Not compatible with Subversion plugin 2.5

Dave Taddei, could you please confirm which versions of jenkins, multi-scm and svn plugin you have tried and seen this fully working?

peter@pakos.pl (JIRA)

unread,
Nov 20, 2015, 8:52:03 AM11/20/15
to jenkinsc...@googlegroups.com
Peter Pakos reopened an issue
 

It's still happening for us with the most recent versions of Jenkins and the plugins.

Dave Taddei, what versions have you tried it with?

Change By: Peter Pakos
Resolution: Cannot Reproduce
Status: Resolved Reopened
Assignee: Kevin Bell Dave Taddei

david.taddei@seebyte.com (JIRA)

unread,
Aug 4, 2016, 7:01:02 AM8/4/16
to jenkinsc...@googlegroups.com
Dave Taddei assigned an issue to Unassigned
Change By: Dave Taddei
Assignee: Dave Taddei
This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

david.taddei@seebyte.com (JIRA)

unread,
Aug 4, 2016, 7:01:03 AM8/4/16
to jenkinsc...@googlegroups.com
Dave Taddei commented on Bug JENKINS-26303
 
Re: Not compatible with Subversion plugin 2.5

we are now on 2.15, multi-scm 0.6, subversion 2.6, also this bug should not be assigned to me

rodrigc@FreeBSD.org (JIRA)

unread,
Aug 4, 2016, 4:14:03 PM8/4/16
to jenkinsc...@googlegroups.com
Craig Rodrigues resolved as Cannot Reproduce
 

Cannot reproduce: Jenkins 2.16, multiple-scms 0.6, Subversion Plug-in 2.6

Change By: Craig Rodrigues
Status: Reopened Resolved
Resolution: Cannot Reproduce
Reply all
Reply to author
Forward
0 new messages