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 6b9397c  HOP-2844: try different class
6b9397c is described below

commit 6b9397cda80b4d336230dc54b44438f693f114b8
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sat May 1 13:49:02 2021 +0200

    HOP-2844: try different class
---
 Jenkinsfile.daily | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 93208a6..1fa6b03 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -113,7 +113,7 @@ pipeline {
     }
     post {
         always {
-            publishCoverage adapters: 
[jacoco('integration-tests/jacoco/jacoco.xml')]
+            publishCoverage adapters: [[$class: 'JacocoReportAdapter', 
path:'integration-tests/jacoco/jacoco.xml']]
             cleanWs()
             emailext(
                 subject: '${DEFAULT_SUBJECT}',

Reply via email to