Re: Static Analysis Collector Plugin and Pipelines

2018-05-07 Thread Brian Ray
My wording at the end should probably be "not yet been ehnanced with their own pripline-friendly symbolic step API." Brian On Monday, May 7, 2018 at 2:33:43 PM UTC-7, Brian Ray wrote: > > Documentation for the *step* step and indeed its usage with the > *AnalysisPublisher* step as well is here

Re: Static Analysis Collector Plugin and Pipelines

2018-05-07 Thread Brian Ray
My wording at the end should probably be "not yet been ehnanced with their own pipeline-friendly symbolic step API." Brian On Monday, May 7, 2018 at 2:33:43 PM UTC-7, Brian Ray wrote: > > Documentation for the *step* step and indeed its usage with the > *AnalysisPublisher* step as well is here

Re: Static Analysis Collector Plugin and Pipelines

2018-05-07 Thread Brian Ray
Documentation for the *step* step and indeed its usage with the *AnalysisPublisher* step as well is here . The former is a bridge in pipeline to plugin-provided steps that have not yet been enhanced

Re: Static Analysis Collector Plugin and Pipelines

2018-02-15 Thread Ingmar Wirths
I'm still looking for an explanation for below syntax, but haven't received an answer yet. Maybe I shouldn't have changed the subject; I now reverted the subject back to the original one. On Mo, 2018-02-12 at 15:45 +0100, Ingmar Wirths wrote: > This syntax is new to me: > > step([$class: 'Analysi

Re: Static Analysis Collector Plugin and Pipelines

2018-02-07 Thread Ullrich Hafner
> Am 07.02.2018 um 16:12 schrieb Ingmar Wirths : > > Hello, > > I would like to use the Static Analysis Collector Plugin with my > Jenkins pipeline project. > > Can I do that? If so, how? > yes. step([$class: 'AnalysisPublisher‘]) You can specify all options of https://github.com/jenkinsc

Static Analysis Collector Plugin and Pipelines

2018-02-07 Thread Ingmar Wirths
Hello, I would like to use the Static Analysis Collector Plugin with my Jenkins pipeline project. Can I do that? If so, how? The only hint I found that the Static Analysis Collector Plugin might support pipelines is on the release notes for 1.49: Added trend graph support for pipelines (JENKINS