Skip to content

Commit d6df853

Browse files
jenkins: reconfiguration
1 parent 038464c commit d6df853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/jenkins/ci_night/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pipeline {
3232
post {
3333
always {
3434
junit 'tests_xml/*.xml'
35-
cobertura coberturaReportFile: 'coverage.xml'
35+
cobertura coberturaReportFile: 'coverage.xml', enableNewApi: true
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)