Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
-
Jenkins 1.656, Ubuntu 14.04, Multiple SCM Plugin version 0.7-SNAPSHOT, 9e61a8d
Description
I need to access the Git commit hash for each of my 4 multiple Git repositories configured using the Multiple SCMs Plugin. Each repository is also configured to trigger the build. I need to ensure that my build is triggered using the exact same versions of the repository from the point that Jenkins triggered the build.
When I run env inside my Build Script Task, I see GIT_URL_1 through GIT_URL_4, but only one GIT_COMMIT (even after PR#19, I just GIT_COMMIT and GIT_COMMIT_1).
What's worse, GIT_COMMIT is neither from Repository 1 nor Repository 4... it seems to consistently be from Repository 3. I am not sure if this will actually remain consistent, so my commit hash is effectively useless.
The expected result is to see the latest hash from each repository, numbered according to the GIT_URL_* numbering. Thanks for taking a look, and I'm happy to provide any needed information.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Workflow | JNJira [ 170334 ] | JNJira + In-Review [ 183862 ] |
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Suggest that you migrate to Pipeline plugin, which offers a supported way of checking out from multiple scms
https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin