|
||||||||
|
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/CheckoutTask.java
src/test/java/org/jenkinsci/plugins/p4/client/ConnectionTest.java
http://jenkins-ci.org/commit/p4-plugin/be16da4210249bcaff54dc65faf7f5a431b54385
Log:
Fix change detection when using a moving label
If a build was pinned or built from a label, the label name was
recorded <buildChange>. If the label is updated between builds then
comparing against an earlier build will give you the wrong result.
This fix stores the automatic label ‘Revision’ field and stores this in
<buildChange>.
NOTE: you will need to run a manual build to flush the label, so that
the last build has a change number.
JENKINS-25300