Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-14090

SCMCheckoutStrategy extension is not functional for Matrix projects

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • core

      Please update the MatrixConfiguration class in order to use ScmCheckoutStrategy selected in the parent MatrixProject.
      Please add following code, otherwise the default SCM checkout strategy would be still used.

      /**

      • Inherit the value from the parent.
        */
        @override
        public SCMCheckoutStrategy getScmCheckoutStrategy() {
        return getParent().getScmCheckoutStrategy();
        }

          [JENKINS-14090] SCMCheckoutStrategy extension is not functional for Matrix projects

          evernat added a comment -

          Is it still an issue in recent Jenkins versions?

          evernat added a comment - Is it still an issue in recent Jenkins versions?

          Daniel Beck added a comment -

          Fixed in https://github.com/jenkinsci/jenkins/commit/2e8cc7438ed1cd7d0861f4c8511d38d93223362a merged into Jenkins on Jul 31, 2012

          (pull request has no issue, so marking as fixed, because this would have been it)

          Daniel Beck added a comment - Fixed in https://github.com/jenkinsci/jenkins/commit/2e8cc7438ed1cd7d0861f4c8511d38d93223362a merged into Jenkins on Jul 31, 2012 (pull request has no issue, so marking as fixed, because this would have been it)

            Unassigned Unassigned
            berkoff Sergey Burkov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: