[
https://issues.jenkins-ci.org/browse/JENKINS-4960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161350#comment-161350
]
SCM/JIRA link daemon commented on JENKINS-4960:
-----------------------------------------------
Code changed in jenkins
User: Thorsten Möllers
Path:
core/src/main/java/hudson/matrix/MatrixProject.java
core/src/main/java/hudson/matrix/MatrixRun.java
core/src/main/java/hudson/model/AbstractBuild.java
core/src/main/resources/hudson/matrix/MatrixProject/configure-entries.jelly
http://jenkins-ci.org/commit/jenkins/3c30e139dec705edfbf51d026a5c5a465e0a379f
Log:
JENKINS-4960: Adapt changes to release jenkins-1.458
> Use same SCM checkout for all matrix entries
> --------------------------------------------
>
> Key: JENKINS-4960
> URL: https://issues.jenkins-ci.org/browse/JENKINS-4960
> Project: Jenkins
> Issue Type: Improvement
> Components: matrix
> Affects Versions: current
> Environment: Platform: All, OS: All
> Reporter: asolsson
> Priority: Critical
> Attachments: matrix_update.diff, patch.diff, useSameScmCheckout.diff
>
>
> I've implemented an enhancement to the matrix project to avoid a SCM checkout
> for each target in the matrix. This can be useful if checkout takes a long
> time
> and if the build step can build concurrent builds from the same SCM area.
> It's implemented as a option when setting up the Matrix project, if not
> used/checked the Matrix project will work as usual.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira