We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ce210 commit bb366f0Copy full SHA for bb366f0
core/src/main/resources/lib/hudson/executors.jelly
@@ -81,7 +81,7 @@ THE SOFTWARE.
81
<td class="pane">
82
<div style="white-space: normal">
83
<j:choose>
84
- <j:when test="${exeparent != null}">
+ <j:when test="${exe == null and exeparent != null }">
85
86
<j:when test="${exeparentcanread}">
87
<a href="${rootURL}/${exeparent.url}"><l:breakable value="${exeparent.fullDisplayName}"/></a>
0 commit comments