我想在Jenkins 2.0管道上使用“ 发布TAP结果 ”插件。
我不确定是否有相同的Groovy脚本。有人可以帮忙吗?
此支持已添加到TAP插件2.0(2016-08-20)中。
用法: step([$class: "TapPublisher", testResults: "**/target/tap-unit.log"])
step([$class: "TapPublisher", testResults: "**/target/tap-unit.log"])
https://issues.jenkins-ci.org/browse/JENKINS-34000