Can't use matrix-project with multiple-scms

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

XMLWordPrintable

      On "master" task, no problem, jenkins checkout good repo and branch.

      But on "slave" tasks, It checkout the same branch for all scm (git in my case).

      How-to reproduce?

      • create a multiconfiguration project
      • Add 2 scm git
        • 1 for repo/branch AĀ  (on / by default, or on dir "A", irrelevant)
        • 2 for repo/branch B and put it on dir "B"
      • add configuration matrix, with one axis that can take multiple values

      On slave the folders structure gets created correctly, but the second one is empty.

      When checking the console output, the "master" task clones and checks out the two repos correctly (different revision numbers (long string, probably a hash) for each of the 2 repos).

      Each of the "slave" tasks defined by theĀ configuration matrix, will try to fetch and checkout the same revision number for both repos, and therefore will fail on the second one.

            Assignee:
            Kohsuke Kawaguchi
            Reporter:
            Guilhem Lettron
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: