|
||||||||
|
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: Paul Allen
Path:
src/main/java/org/jenkinsci/plugins/p4/CheckoutChanges.java
src/main/java/org/jenkinsci/plugins/p4/CheckoutTask.java
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/workspace/ManualWorkspaceImpl.java
http://jenkins-ci.org/commit/p4-plugin/341b8812274091ca12117facd16cbc3994f94fbe
Log:
Improvements to SCM Polling
Moved change list calculation into a new class CheckoutChanges. Should
enable normal build to build every thing and poll to follow polling
behaviour: limit based on pin and per-change if set.
JENKINS-25300