Can you parse TAP format using Jenkins Pipeline?
问题 I'm trying to parse the output from a BATS script (https://github.com/gaia-adm/docker-bench-test) which outputs into TAP format. I've modified the scripts slightly to cover CIS 1.13 instead of 1.11, but I don't know how to make Jenkins Pipeline handle that output. I know there is a Jenkins plugin for TAP format, but I don't believe this works with Jenkins Pipeline Groovy scripts. 回答1: @Grab will work only if you jenkins has access to the internet workspace/job_name/tap.groovy @Grab(group='org