SCMCheckoutStrategy extension is not functional for Matrix projects

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

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

            Assignee:
            Unassigned
            Reporter:
            Sergey Burkov
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: