Skip to content

Commit

Permalink
[JENKINS-75259] fix tooltip and link for freestyle jobs
Browse files Browse the repository at this point in the history
caused by #9749
  • Loading branch information
mawinter69 committed Feb 11, 2025
1 parent c9ce210 commit bb366f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/executors.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ THE SOFTWARE.
<td class="pane">
<div style="white-space: normal">
<j:choose>
<j:when test="${exeparent != null}">
<j:when test="${exe == null and exeparent != null }">
<j:choose>
<j:when test="${exeparentcanread}">
<a href="${rootURL}/${exeparent.url}"><l:breakable value="${exeparent.fullDisplayName}"/></a>
Expand Down

0 comments on commit bb366f0

Please sign in to comment.