Jenkins Html Rport 使用frame报错解决办法

错误

Blocked script execution in ‘<URL>‘ because the document‘s frame is sandboxed and the ‘allow-scripts‘ permission is not set.

解决

这种报错,可以通过设置jenkins 的CSP 变量解决

1、jenkins主页
2、进入Manage Jenkins
3、进入Script Console
4、然后在控制台粘贴下面的语句中,点击Run

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

Jenkins Html Rport 使用frame报错解决办法

上一篇:HttpEntity的使用?


下一篇:浅谈Flash/Flex/HTML 5技术选型 ---HTML5 VSFlash&Flex