|
||||||||
|
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
http://jenkins-ci.org/commit/mercurial-plugin/3173ad4643f4be0aaa43f2bae3aabd93ba852e2f
Log:
Don't recreate workspace when using Repository Sharing
When using Repository Sharing, the working copy is always recloned (from
the slave cache), which can take a long time on large repos.
This fixes the logic used to detect whether a workspace copy can be
reused to support Repository Sharing.
JENKINS-15829