1.安装插件 2.构建后操作添加操作def jmx_name = manager.build.buildVariables.get("jmx_name")manager.addShortText("jmx: " + jmx_name) 3.