Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 15/Jan/15 7:53 AM
Description:

The button "Keep this build forever" is not visible in the build summary page when a BuildDiscarder other than LogRotator is configured. I don't think this is intentionally.

The problem is in Jelly file core\src\main\resources\hudson\model\Run\logKeep.jelly, line 30:

<j:if test="${it.parent.logRotator!=null and it.canToggleLogKeep()}">

Should be fixed to:

<j:if test="${it.parent.buildDiscarder!=null and it.canToggleLogKeep()}">
Environment: Jenkins 1.565.1
Project: Jenkins
Priority: Minor Minor
Reporter: Matthias Moers
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.

Reply via email to