This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 1a88933a0c [BUILD] fix sonar (#7987)
1a88933a0c is described below
commit 1a88933a0c41adda11bfeadf71b3322dd4601efb
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Aug 17 09:34:44 2026 +0200
[BUILD] fix sonar (#7987)
---
Jenkinsfile.daily | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 712fafa031..818fb6250c 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -89,6 +89,9 @@ pipeline {
tools{
jdk 'jdk_17_latest'
}
+ environment {
+ SONAR_USER_HOME = "${env.WORKSPACE}/.sonar"
+ }
steps {
echo 'Checking Code Quality on SonarCloud'
withCredentials([string(credentialsId:
'sonarcloud-key-apache-hop', variable: 'SONAR_TOKEN')]) {