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
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