|
||||||||
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:
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/filters/FilterPerChangeImpl.java
src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPerChangeImpl/config.jelly
http://jenkins-ci.org/commit/p4-plugin/e8649e71931c66988b5ecd3f76a3c28193722543
Log:
Update Changelist calculation.
Changed the SCM Polling and change listing reporting to calculate the
last change based on the highest reported 'have' entry from 'p4 cstat'
and then list using 'p4 changes'.
JENKINS-24978
JENKINS-24607