Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/multiple-scms-plugin
  Commit: 1e7d7bd69f923d1a78a9a03a1beb24aab0dcc7e5
      
https://github.com/jenkinsci/multiple-scms-plugin/commit/1e7d7bd69f923d1a78a9a03a1beb24aab0dcc7e5
  Author: Craig Rodrigues <rodr...@freebsd.org>
  Date:   2015-03-08 (Sun, 08 Mar 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/multiplescms/MultiSCM.java

  Log Message:
  -----------
  Do not add a SCMRevisionState of type MultiSCMRevisionState
to the MultiSCMRevisionState variable associated with the overal job.

When a MultiSCM.checkout() is done, the list of SCMs is iterated
over.  For each SCM in the list, we obtain the SCMRevisionState
for that SCM and pass it down to the checkout() method for each SCM.
For a Subversion checkout, the Subversion plugin
downcasts the revision revision state to SVNRevisionState.

Without this fix, a revision state of type MultiSCMRevisionState
was being passed down into the Subversion plugin.  This was
causing a ClassCastException to be thrown.

[FIXED JENKINS-26303]


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to