How do i use the "Publish TAP Results" plugin on Jenkins 2.0 Pipeline?
Asked Answered
R

2

2

I would like to use the "Publish TAP results" plugin on Jenkins 2.0 pipeline. enter image description here

I'm not sure of the equivalent Groovy script for the same. Can someone help?

Recapitulation answered 24/5, 2016 at 6:2 Comment(0)
T
7

This support was added to the TAP plugin 2.0 (2016-08-20).

Usage: step([$class: "TapPublisher", testResults: "**/target/tap-unit.log"])

https://issues.jenkins-ci.org/browse/JENKINS-34000

Tonettetoney answered 28/11, 2016 at 19:33 Comment(0)
P
1

Currently there is no support for the pipeline, see https://issues.jenkins-ci.org/browse/JENKINS-34000.

But you can create on GitHub a pull request implementing that feature.

Pellikka answered 24/5, 2016 at 13:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.