Release plugin: Build release list view column is always empty

4 views
Skip to first unread message

Björn Pedersen

unread,
Oct 6, 2016, 11:07:22 AM10/6/16
to Jenkins Users
Hi,

Since some time (at least 2.17) the Release Button (from the Release plugin) is always empty, even if one has all the necessary rights.
My guess is  that something in  the jelly for the button is broken:

<j:if test="${job.buildable and job.hasPermission(hudson.plugins.release.ReleaseWrapper.RELEASE_PERMISSION) and it.isReleaseConfigured(job)}">
 
<a href="${jobBaseUrl}${job.shortUrl}release">
 
<img src="${imagesURL}/${subIconSize}/package.png"
 
title="${%Release}" alt="${%Release}"
 
border="0"/>
 
</a>
 
</j:if>

Any ideas are welcome.

Björn
Reply all
Reply to author
Forward
0 new messages