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 8a0bb6d HOP-2844: move to stage
8a0bb6d is described below
commit 8a0bb6d1376317b789e6daaac6c4ec8b8f02eba9
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sat May 1 13:56:11 2021 +0200
HOP-2844: move to stage
---
Jenkinsfile.daily | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 1fa6b03..7743fd8 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -109,11 +109,15 @@ pipeline {
// }
// }
// }
+ stage('publish coverage'){
+ steps {
+ publishCoverage adapters:
[jacocoAdapter('integration-tests/jacoco/jacoco.xml')]
+ }
+ }
}
post {
always {
- publishCoverage adapters: [[$class: 'JacocoReportAdapter',
path:'integration-tests/jacoco/jacoco.xml']]
cleanWs()
emailext(
subject: '${DEFAULT_SUBJECT}',