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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0a7404e6-dcd0-404c-ae11-b95dcfdbea94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to