状况:这个异常jenkins job build黄色提示

Build step 'Record JaCoCo coverage report' changed build result to UNSTABLE

 

 

Build step 'Record JaCoCo coverage report' changed build result to UNSTABLE

原因就是加入了 这个打钩如下

Build step 'Record JaCoCo coverage report' changed build result to UNSTABLE

去掉就行了. 会如图1 和 min max值比较 产生unstable状态

[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=60, minMethod=0, maxMethod=60, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 0, method: 0, line: 0, branch: 0, instruction: 0
[JaCoCo plugin] Health thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=60, minMethod=0, maxMethod=60, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Apply Min/Max thresholds result: UNSTABLE
Build step 'Record JaCoCo coverage report' changed build result to UNSTABLE
Finished: UNSTABLE

相关文章:

  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2021-08-14
  • 2022-12-23
  • 2021-05-21
猜你喜欢
  • 2021-05-19
  • 2022-12-23
  • 2021-09-19
  • 2021-10-10
  • 2021-08-26
  • 2022-12-23
相关资源
相似解决方案