博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[原]Jenkins(二十) jenkins再出发之Error: Opening Robot Framework log failed
阅读量:4307 次
发布时间:2019-06-06

本文共 522 字,大约阅读时间需要 1 分钟。

错误缘由:使用plugin [public robot framework test results] 生成的HTML文件都无法正常打开.
 

 

解决方案:
  • Connect on your jenkins url ()
  •  

  • Click on administer Jenkins
  •  

  • Click on consol jenkins
  •  

  • Copy this into the field and execute :
  •  

input the code below:
 
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP","sandbox allow-scripts; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;")
 
 

 

Success view html file:
 

 

 
参考:

转载于:https://www.cnblogs.com/horizonli/p/8794227.html

你可能感兴趣的文章
main函数带参数
查看>>
PCB布线技巧
查看>>
关于PCB设计中过孔能否打在焊盘上的两种观点
查看>>
PCB反推理念
查看>>
京东技术架构(一)构建亿级前端读服务
查看>>
php 解决json_encode中文UNICODE转码问题
查看>>
LNMP 安装 thinkcmf提示404not found
查看>>
PHP empty、isset、innull的区别
查看>>
apache+nginx 实现动静分离
查看>>
通过Navicat远程连接MySQL配置
查看>>
phpstorm开发工具的设置用法
查看>>
Linux 系统挂载数据盘
查看>>
Git基础(三)--常见错误及解决方案
查看>>
Git(四) - 分支管理
查看>>
PHP Curl发送数据
查看>>
HTTP协议
查看>>
HTTPS
查看>>
git add . git add -u git add -A区别
查看>>
apache下虚拟域名配置
查看>>
session和cookie区别与联系
查看>>