|
||||||||
|
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/groups/opt_out.

Code changed in jenkins
User: Brandon Turner
Path:
src/main/java/hudson/plugins/mercurial/MercurialSCM.java
src/test/java/hudson/plugins/mercurial/MatrixProjectTest.java
http://jenkins-ci.org/commit/mercurial-plugin/1a33ebc7d1337659d07d995fc55a008cb9155897
Log:
Fix matrix builds with multiple SCMs
This fixes a bug that causes Matrix Builds to fail when using two or
more Mercurial repositories (via the multiple-scms plugin).
Previously, each SCM tried to checkout the changeset from the first
Mercurial repository. This checks for the presence of the
multiple-scms plugin and, if the build uses it, looks up the parent
changeset using multiple-scms.
I also modified the MatrixBuild tests to fail faster when builds fail
(added an await timeout).
JENKINS-18237