Construction of the display configuration parameters jenkins

1. Install plug-in

6463714-d9f1ba4e83af15aa.png

2. Construction of operation add operation

def jmx_name = manager.build.buildVariables.get("jmx_name")

manager.addShortText("jmx: " +  jmx_name)

6463714-497cd9f27c99d375.png

3.


6463714-548ac904148c7dbf.png

Reproduced in: https: //www.jianshu.com/p/268c9306e5d5

Guess you like

Origin blog.csdn.net/weixin_34126557/article/details/91328358