|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Code changed in jenkins
User: Paul Allen
Path:
.gitignore
src/main/java/org/jenkinsci/plugins/p4/PerforceScm.java
src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java
src/main/java/org/jenkinsci/plugins/p4/populate/AutoCleanImpl.java
src/main/java/org/jenkinsci/plugins/p4/populate/ForceCleanImpl.java
src/main/java/org/jenkinsci/plugins/p4/populate/Populate.java
src/main/java/org/jenkinsci/plugins/p4/populate/SyncOnlyImpl.java
src/main/resources/org/jenkinsci/plugins/p4/populate/AutoCleanImpl/config.jelly
src/main/resources/org/jenkinsci/plugins/p4/populate/ForceCleanImpl/config.jelly
src/main/resources/org/jenkinsci/plugins/p4/populate/SyncOnlyImpl/config.jelly
src/test/java/org/jenkinsci/plugins/p4/PerforceScmTest.java
src/test/java/org/jenkinsci/plugins/p4/client/ConnectionTest.java
src/test/java/org/jenkinsci/plugins/p4/review/ReviewImplTest.java
http://jenkins-ci.org/commit/p4-plugin/a5e686c9e35ac0248225161aeb15c8077d3bf438
Log:
Support for 2014.1 reconcile by MODTIME
Feature allows a user check the option ‘Sync with MODTIME for
consistency check’ under the ‘Populate’ option to enable reconcile to
check files based on MODTIME.
Includes test case for MODTIME and minor fix for fetching a Label when
there is no previous change.
JENKINS-25341