1 需要安装startup-trigger-plugin和Groovy插件。

2 在Job配置页面,构建触发器,勾选Build when job nodes start;

3 在Job配置页面,增加构建步骤Execute system Groovy script,在Groovy Command中输入上面命令,即可:

System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")

 

Jenkins显示HTML报告

 

相关文章:

  • 2021-11-13
  • 2022-01-16
  • 2022-12-23
  • 2021-05-21
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-05
  • 2022-01-08
  • 2021-09-17
  • 2022-12-23
  • 2021-10-23
  • 2021-07-27
  • 2021-09-07
相关资源
相似解决方案