Skip to content

Commit

Permalink
[JENKINS-70169] Add missing breadcrumb items in `resources/hudson/mod…
Browse files Browse the repository at this point in the history
…el/Run` (#7491)

Co-authored-by: Tim Jacomb <[email protected]>
  • Loading branch information
lemeurherve and timja authored Dec 29, 2022
1 parent dcde019 commit 80ebf0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ THE SOFTWARE.
<j:if test="${!h.isArtifactsPermissionEnabled() or h.isArtifactsPermissionEnabled() and h.hasPermission(it.ARTIFACTS)}">
<l:layout title="${it.fullDisplayName} Artifacts">
<st:include page="sidepanel.jelly" />
<l:breadcrumb title="${%Artifacts}" />
<l:main-panel>
<t:buildCaption>${%Build Artifacts}</t:buildCaption>
<table class="fileList">
Expand Down
1 change: 1 addition & 0 deletions core/src/main/resources/hudson/model/Run/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.displayName} Config">
<st:include page="sidepanel.jelly" />
<l:breadcrumb title="${%Edit Build Information}" />
<l:main-panel>
<div class="behavior-loading"><l:spinner text="${%LOADING}"/></div>
<f:form method="post" action="configSubmit" name="config">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ THE SOFTWARE.
xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.fullDisplayName}">
<st:include page="sidepanel.jelly"/>
<l:breadcrumb title="${%Confirm deletion}" />
<l:main-panel>
<j:set var="msg" value="${it.whyKeepLog}"/>
<j:if test="${msg!=null}">
Expand Down
1 change: 1 addition & 0 deletions core/src/main/resources/hudson/model/Run/console.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ THE SOFTWARE.
<st:compress xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.fullDisplayName} Console">
<st:include page="sidepanel.jelly" />
<l:breadcrumb title="${%Console Output}" />
<l:main-panel>
<t:buildCaption>${%Console Output}</t:buildCaption>
<j:set var="threshold" value="${h.getSystemProperty('hudson.consoleTailKB')?:'150'}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.fullDisplayName}">
<st:include page="sidepanel.jelly" />
<l:breadcrumb title="${%Retry delete}" />
<l:main-panel>
<table>
<tr><td>
Expand Down

0 comments on commit 80ebf0f

Please sign in to comment.