[JIRA] [mercurial-plugin] (JENKINS-25523) Multiple SCMs Plugin doesn't work with Mercurial plugin 1.51

2014-11-12 Thread sergeygri...@mail.ru (JIRA)














































Sergey Grinev
 commented on  JENKINS-25523


Multiple SCMs Plugin doesn't work with Mercurial plugin 1.51















I can confirm as well that downgrading Mercurial plugin helps with different Jenkins version. I've updated issue summary accordingly.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [mercurial-plugin] (JENKINS-25523) Multiple SCMs Plugin doesn't work with Mercurial plugin 1.51

2014-11-12 Thread sergeygri...@mail.ru (JIRA)














































Sergey Grinev
 updated  JENKINS-25523


Multiple SCMs Plugin doesn't work with Mercurial plugin 1.51
















Change By:


Sergey Grinev
(12/Nov/14 1:23 PM)




Summary:


Multiple SCMs Plugin doesn't work with Mercurial
 since
 plugin
 1.
588
51



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [mercurial-plugin] (JENKINS-25523) Multiple SCMs Plugin doesn't work with Mercurial since 1.588

2014-11-11 Thread sergeygri...@mail.ru (JIRA)














































Sergey Grinev
 updated  JENKINS-25523


Multiple SCMs Plugin doesn't work with Mercurial since 1.588
















Change By:


Sergey Grinev
(11/Nov/14 10:28 AM)




Component/s:


mercurial-plugin



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [mercurial-plugin] (JENKINS-25523) Multiple SCMs Plugin doesn't work with Mercurial since 1.588

2014-11-11 Thread sergeygri...@mail.ru (JIRA)














































Sergey Grinev
 updated  JENKINS-25523


Multiple SCMs Plugin doesn't work with Mercurial since 1.588
















Increasing priority as issues can be easily reproduced on clean jenkins

Clean experiment:

	download latests jenkins.war (1.589)
	add Mercurial plugin (1.51)
	it will install MultipleSCM as a dependency
	create job with 2 mercurial repositories
	run it and get exception







Change By:


Sergey Grinev
(11/Nov/14 10:28 AM)




Priority:


Major
Critical



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [multiple-scms-plugin] (JENKINS-25523) Multiple SCMs Plugin doesn't work with Mercurial since 1.588

2014-11-10 Thread sergeygri...@mail.ru (JIRA)














































Sergey Grinev
 updated  JENKINS-25523


Multiple SCMs Plugin doesn't work with Mercurial since 1.588
















Change By:


Sergey Grinev
(10/Nov/14 7:31 PM)




Description:


I've upgraded from jenkins 1.
576
585
 and all jobs with Multiple SCM plugin fails with next exception:FATAL: org.jenkinsci.plugins.multiplescms.MultiSCMRevisionState cannot be cast to hudson.plugins.mercurial.MercurialTagActionjava.lang.ClassCastException: org.jenkinsci.plugins.multiplescms.MultiSCMRevisionState cannot be cast to hudson.plugins.mercurial.MercurialTagAction	at hudson.plugins.mercurial.MercurialSCM.determineChanges(MercurialSCM.java:603)	at hudson.plugins.mercurial.MercurialSCM.checkout(MercurialSCM.java:552)	at hudson.scm.SCM.checkout(SCM.java:484)	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:118)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)	at hudson.model.Run.execute(Run.java:1759)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)	at hudson.model.ResourceController.execute(ResourceController.java:89)	at hudson.model.Executor.run(Executor.java:240)N.b.:* New job with Multiple SCM plugin fails same way.* Mercurial plugin works correctly



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [multiple-scms-plugin] (JENKINS-25523) Multiple SCMs Plugin doesn't work with Mercurial since 1.588

2014-11-10 Thread sergeygri...@mail.ru (JIRA)














































Sergey Grinev
 created  JENKINS-25523


Multiple SCMs Plugin doesn't work with Mercurial since 1.588















Issue Type:


Bug



Assignee:


Kevin Bell



Components:


multiple-scms-plugin



Created:


10/Nov/14 7:00 PM



Description:


I've upgraded from jenkins 1.576 and all jobs with Multiple SCM plugin fails with next exception:

FATAL: org.jenkinsci.plugins.multiplescms.MultiSCMRevisionState cannot be cast to hudson.plugins.mercurial.MercurialTagAction
java.lang.ClassCastException: org.jenkinsci.plugins.multiplescms.MultiSCMRevisionState cannot be cast to hudson.plugins.mercurial.MercurialTagAction
	at hudson.plugins.mercurial.MercurialSCM.determineChanges(MercurialSCM.java:603)
	at hudson.plugins.mercurial.MercurialSCM.checkout(MercurialSCM.java:552)
	at hudson.scm.SCM.checkout(SCM.java:484)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:118)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
	at hudson.model.Run.execute(Run.java:1759)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)

N.b.:

	New job with Multiple SCM plugin fails same way.
	Mercurial plugin works correctly






Environment:


jenkins 1.588

Mercurial plugin 1.51

Multiple SCM plugin 0.3




Project:


Jenkins



Priority:


Major



Reporter:


Sergey Grinev

























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.