Restricting Cobertura trend graph to main branch?

2021-08-05 Thread 'Dan Kegel' via Jenkins Users
Hi! I am using this line in my Jenkinsfile: cobertura autoUpdateHealth: true, autoUpdateStability: true, failNoReports: false, coberturaReportFile: '**/coverage-**.xml', failUnhealthy: true, failUnstable: false, maxNumberOfBuilds: 0, onlyStable: false, sourceEncoding: 'ASCII', zoomCoverageCha

Re: Trouble using JenkinsRule with PluginManager

2021-08-05 Thread Matthias Denu
Thanks for the reply. It looks like your repo is similar to https://github.com/sheehan/job-dsl-gradle-example/, which is the example that our repo is based on as well. We've got Specifications that test the job DSL syntax and other job configuration stuff. And I see how the resolveTestPlugins t