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

multiple scms plugin fails to pass multiple git checkout hash to subsequent jobs

XMLWordPrintable

      I am attempting to do the following.

      1. Create a job that checks out 2 Git repositories, using the Multiple SCMs plugin

      2. Configure job to trigger a parameterized build for a subsequent job. On that parameterized build, I have the options: "Pass-through Git commit that was built" and "Current Build parameters".

      3. Create the second job triggers by the job from #1. This job ALSO wants to check out the same 2 repositories using the Multiple SCMs plugin.

      However, at that point, only the Git commit SHA used for the first repo gets passed, and Jenkins attempts to checkout the same hash for both repositories.

      The desired behavior would be for each individual Git commit SHA to be passed for each of the "multiple scms" respectively. Is this already possible?

            kbell Kevin Bell
            sbussetti steve bussetti
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: