Re: Restricting Cobertura trend graph to main branch?

2021-08-09 Thread Ullrich Hafner
Do you build different branches in the same job? > Am 02.08.2021 um 03:49 schrieb 'Dan Kegel' via Jenkins Users > : > > Hi! I am using this line in my Jenkinsfile: > > cobertura autoUpdateHealth: true, autoUpdateStability: true, failNoReports: > false, coberturaReportFile: '**/coverage-**.xm

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