Hi, I'd like to customize the withMaven step from the Pipeline Maven Plugin to take as input the parameters which you would normally pass to a publisher. Specifically I'd like to be able to do something like
step([$class: 'FindBugsPublisher', canRunOnFailed: true, defaultEncoding: 'UTF-8', excludePattern: '', healthy: '', includePattern: '', pattern: '**/target/findbugsXml.xml', shouldDetectModules: true, unHealthy: '', unstableTotalAll: '0', useStableBuildAsReference : true]) In order to define the thresholds or other things.. Looking at the code, does not seem to be possible today. Is it correct? -- 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/c9bda94c-a629-47fe-a502-a84f3822ad86%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
