|
||||||||
|
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: rinrinne
Path:
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction.java
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/help-allPatchSets.html
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/help-allPatchSets_ja.html
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/index.jelly
http://jenkins-ci.org/commit/gerrit-trigger-plugin/8a9839ce165620fd045d062e897c5ca186a52fb9
Log:
Include the latest patchset only in manual trigger page
Gerrit search in manual trigger page shows all patchsets in a change.
But session needs much memory if result has many rows.
It causes poor PermGen space.
This patch adds a feature that includes the latest patchset only in
search result.
Fix for JENKINS-21064
Task-Url: https://issues.jenkins-ci.org/browse/JENKINS-21064