Hi again, I poked at it some more and it appears I'll have to explicitly change the plugins I want to use in a pipeline. The following:
step([$class: 'TapPublisher', testResults: 'tap.log']) yields the following error: no known implementation of interface jenkins.tasks.SimpleBuildStep is named TapPublisher Or, perhaps a new groovy step that consumes classes of type 'Recorder' is the better idea? Thanks again! Andrew On Sunday, April 17, 2016 at 1:40:28 PM UTC-5, Andrew Melo wrote: > > Hello all, > > I would like to trigger build/post-build steps that don't appear in the > snippet viewer (e.g. publish TAP results) from a pipeline. Is there a way > to trigger arbitrary build/post-build steps that don't appear in the > snippet browser, or will the plugin need to be updated to explicitly > support being triggered from pipelines? > > Thanks! > Andrew > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d6e040b8-d207-409d-b3cd-5aa0f6c8f985%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
