publish html report报错:This is especially strange since your build otherwise succeeded

jenkins配置publish html report显示HTML测试报告报错:

[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /home/jenkins/workspace/***/test-output to /var/jenkins_home/jobs//***/builds/60/htmlreports/HTML_20Report
ERROR: Directory ‘/home/jenkins/workspace//***/test-output‘ exists but failed copying to ‘/var/jenkins_home/jobs//***/builds/60/htmlreports/HTML_20Report‘.
ERROR: This is especially strange since your build otherwise succeeded.
Build step ‘Publish HTML reports‘ changed build result to FAILURE
perform:构建结果FAILURE,发送策略:ALL
Finished: FAILURE

日志显示:生成HTML报告时,出现异常,才导致报错

开发Jenkins插件的时候, maven install报错:Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (display-info) on project QaJenkinsPlugin: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]

原因:maven没有配置,使用idea自带的3.0.5的版本,后续改成3.3.9版本后修复

原文地址:https://www.cnblogs.com/zjxyz2008zhangjuan/p/9680778.html

时间: 2024-08-01 00:23:43

publish html report报错:This is especially strange since your build otherwise succeeded的相关文章

flask报错:werkzeug.routing.BuildError: Could not build url for endpoint 'index'. Did you mean 'single' instead?

错误代码 参考:https://blog.csdn.net/qq_27468251/article/details/81359701 改为 flask报错:werkzeug.routing.BuildError: Could not build url for endpoint 'index'. Did you mean 'single' instead? 原文地址:https://www.cnblogs.com/MC-Curry/p/9748358.html

【Xamarin报错】AndroidManifest.xml : warning XA0101: @(Content) build action is not supported

部署xamarin.forms android时报错: Android\Properties\AndroidManifest.xml : warning XA0101: @(Content) build action is not supported 解析方法: 把AndroidManifest.xml文件的高级属性里的文件生成操作改为“无”. It's a warning that came with the new Xamarin Update. If you want to get rid

修改项目APP名字后,在真机运行报错:The provisioning profile specified in your build settings (“haotian”) has an AppI

错误提醒:The provisioning profile specified in your build settings ("haotian") has an AppID of "com.basecom.vipose" which does not match your bundle identifier "com.baseus.iTemperature".  Xcode can resolve this issue by downloadi

Android Studio Gradle 版本不同报错解决方法

由于GFW的原因,我们在使用as时经常出现失败,或者第一次新建工程不成功. 很多博客上已经提到了如何解决第一次新建工程Gradle构建的问题,那么在打开别的工程时依旧会报错 "Failed to sync Gradle project" 找到build.gradle 更改为你可以运行的Gradle版本 更改版本 成功解决sync失败的问题

Maven 项目报错 java.httpservlet 和synchronized使用

使用java8 的lanmbe表达式时,使用java1.8编译,则会报错 需要在pom.xml的<bulid></build>中添加 <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</versi

运行node.js报错:Cannot find module &#39;../build/Release/bson&#39;] code: &#39;MODULE_NOT_FOUND&#39; } js-bson

具体报错内容: { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-bson: Failed to load c++ bson extension, using pure JS version   第一步: 找到 module mongodb ..node_modules\mongodb\node_modules\bson\ext\index.js 并改变bson引用的路径 bso

Android开发之新建项目报错的问题

通过android studio新建一个空项目.在新建完项目之后,gradle编译会报错. 发生问题的原因是build.gradle(Project:TopDialog)中: allprojects { repositories { jcenter() }} jecnter()需要下载junit的依赖,但是被墙了(网上博客如是说),所以关于junit的部分会报错. 解决方法一:注释掉build.gradle(Module:app)的关于junit test的代码: apply plugin: '

mongoDB报错Cannot find module &#39;../build/Release/bson&#39;

打算用nodejs写一个blog系统,发现nodejs还是存在很多的坑.在使用mongodb时遇到如下报错问题: { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-bson: Failed to load c++ bson extension, using pure JS version 折腾了一番,最后是这样解决的: 找到 npm 的module mongodb ..node_

Vue 项目: npm run dev b报错 “&#39;webpack-dev-server&#39; 不是内部或外部命令,也不是可运行的程序 或批处理文件。”

前提: 电脑已经安装了nodeJS和npm,  项目是直接下载的zip包. 报错步骤为1:cd /d 目录: 2. npm ren dev  -------> 报错如下: > webpack-dev-server --inline --progress --config build/webpack.dev.conf.js 'webpack-dev-server' 不是内部或外部命令,也不是可运行的程序或批处理文件.npm ERR! code ELIFECYCLEnpm ERR! errno 1