Skip to content

Commit bb366f0

Browse files
committed
[JENKINS-75259] fix tooltip and link for freestyle jobs
caused by #9749
1 parent c9ce210 commit bb366f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/lib/hudson/executors.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ THE SOFTWARE.
8181
<td class="pane">
8282
<div style="white-space: normal">
8383
<j:choose>
84-
<j:when test="${exeparent != null}">
84+
<j:when test="${exe == null and exeparent != null }">
8585
<j:choose>
8686
<j:when test="${exeparentcanread}">
8787
<a href="${rootURL}/${exeparent.url}"><l:breakable value="${exeparent.fullDisplayName}"/></a>

0 commit comments

Comments
 (0)