| Problem: For a Jenkins Job monitoring multiple Git SCMs, the GIT_URL GIT_BRANCH GIT_COMMIT variables lose information on which repository change triggered the build. The Jenkins job polling / notify logic faithfully keeps track of built commits, but this is lost when the multi-SCM build starts. Request: I propose adding the environment variables that identify which URL/COMMIT/BRANCH caused the build to trigger. I am trying to use this together with commit Commit Notifications, so in my case the original commit included in the notification would be fine. |