|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: JACOB R. GARCOWSKI
Path:
src/main/java/org/jenkinsci/plugins/multiplescms/MultiSCM.java
src/main/java/org/jenkinsci/plugins/multiplescms/MultiSCMChangeLogParser.java
http://jenkins-ci.org/commit/multiple-scms-plugin/cfe435be85573a90423a760beacbf405ed40055b
Log:
Changing to key change parsers off of SCM.getKey() instead of getType().
This change is required since different ChangeLogParsers are needed when
multiple git SCMs are used, since each goes to a different repository.
Tested only with git, but should not break other SCMs because of how
getKey() is defined in the Jenkins API.
[FIXED JENKINS-25131]