Closed magik6k closed 6 years ago
Found this: https://jenkins.io/doc/pipeline/steps/benchmark/, would be great to reference it somewhere here
I believe that the page https://jenkins.io/doc/pipeline/steps/benchmark/ is automatically generated the moment a plugin has pipeline support. Personally, when making pipelines, I usually use the pipeline syntax editor which provides a copy of a plugin section from the job configuration page and deliver the equivalent 'Step' script.
I will add the reference.
Thank you
PR https://github.com/jenkinsci/benchmark-plugin/pull/1 added the support for pipelines, but it seems there are no docs on how to use it it a pipeline.
Would be great to have some pipeline examples in https://github.com/jenkinsci/benchmark-plugin/blob/master/doc/HOW_TO_USE_THE_PLUGIN.md.