如何在构建页面的主要部分添加信息?我需要实现哪一堂课?
(我已经设法让我的插件在项目级别和构建页面左侧菜单中作为构建后步骤工作)
答案 0 :(得分:0)
summary.jelly
资源中缺少PluginBuildAction
:
<j:jelly xmlns:j="jelly:core" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<t:summary icon="orange-square.png">
Surprise! <br/>
</t:summary>
</j:jelly>