This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch it-coverage
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/it-coverage by this push:
new 450dc87 HOP-2844: try jacoco class
450dc87 is described below
commit 450dc87d025e62cad946d78a504ce39b10c706a8
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sat May 1 14:02:08 2021 +0200
HOP-2844: try jacoco class
---
Jenkinsfile.daily | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 7743fd8..9dce90b 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -111,7 +111,7 @@ pipeline {
// }
stage('publish coverage'){
steps {
- publishCoverage adapters:
[jacocoAdapter('integration-tests/jacoco/jacoco.xml')]
+ publishCoverage adapters: [[$class: 'jacoco',
path:'integration-tests/jacoco/jacoco.xml']]
}
}