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

SCMCheckoutStrategy extension is not functional for Matrix projects

XMLWordPrintable

    • 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();
        }

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

              Created:
              Updated:
              Resolved: