-
Bug
-
Resolution: Unresolved
-
Major
-
None
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?