我使用Allure jenkins-plugins進行報告生成,除了一件事情外,一切都很好 - 鏈接內的所有鏈接都已損壞。預計環節打造 '執行人' 部分應該是這樣的:Allure Jenkins Plugin在html報告中生成無效鏈接
http ://localhost:8080/job/MyJob/1
,但我發現:
http ://localhost:8080/job/MyJob/allure/nulljob/MyJob/1
和
未找到關於
錯誤點擊下面的截圖:
請幫我弄清楚這可能是什麼原因造成的?
我使用詹金斯2.60.2。試圖通過運行詹金斯戰爭與空hudson.model.DirectoryBrowserSupport.CSP命令行參數禁用CSP:「java -Dhudson.model.DirectoryBrowserSupport.CSP = -jar jenkins.war」,但沒有奏效。 –
此外,當我點擊MyJob鏈接時,結束於: 'http:// localhost:8080/index.html' 不是 'http:// localhost:8080/job/MyJob/allure/nulljob/MyJob/1' 這就是瀏覽器控制檯輸出: GET GET http://localhost:8080/index.html 404(Not Found) –