|
||||||||
|
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: Daniel Beck
Path:
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterValue.java
http://jenkins-ci.org/commit/subversion-plugin/82932212bcfd9a2051e91ac2cb2ae2531b5264d9
Log:
[FIXED JENKINS-18534] equals()/hashCode() for parameter value
The default implementation considers parameters with the same name
to be identical, resulting in queue items being collapsed.
With this change, different values for a parameter will result in
different builds.
(cherry picked from commit 2dec2d0978ea2e309fe962be786a6c4ec92417b8)