From 057130b04e14de10f09c74c5579c4d4841a42422 Mon Sep 17 00:00:00 2001 From: Oleksandr Zhelezniak Date: Fri, 21 Aug 2026 10:15:45 +0000 Subject: [PATCH 1/3] chore(QTDI-3325): deploy jacoco to sonar --- Jenkinsfile | 2 +- pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0557c49753f6f..9c190e11d044b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ String nexusDeployOptions = "$skipOptions --activate-profiles private_repository pipeline { libraries { lib("connectors-lib@1.2.0") // https://github.com/Talend/tdi-jenkins-shared-libraries - lib("tqa-e2e-tests-tool@2.6.7-ttp2") // https://github.com/Talend/tqa-e2e-testing-tool + lib("tqa-e2e-tests-tool@2.6.13-ttp2") // https://github.com/Talend/tqa-e2e-testing-tool } agent { kubernetes { diff --git a/pom.xml b/pom.xml index afc6ac945440d..d628f0fbddc82 100644 --- a/pom.xml +++ b/pom.xml @@ -2022,5 +2022,11 @@ --add-opens java.base/sun.util.calendar=ALL-UNNAMED + + SONAR + + ${project.build}/jacoco-ut/jacoco.xml + + From 81405622f60fd76e3cd0126f69198d5748bd105f Mon Sep 17 00:00:00 2001 From: Oleksandr Zhelezniak Date: Fri, 21 Aug 2026 10:19:03 +0000 Subject: [PATCH 2/3] chore(QTDI-3325): add sonar plugin --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index d628f0fbddc82..9e78e1d78b59d 100644 --- a/pom.xml +++ b/pom.xml @@ -267,6 +267,7 @@ 3.3.1 3.5.3 3.2.0 + 5.7.0.6970 4.0.3 6.10.1.202505221210-r @@ -1033,6 +1034,11 @@ + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + org.codehaus.gmavenplus gmavenplus-plugin From 4e47fb7280e1c18c60f3d5246017b01e8efd6595 Mon Sep 17 00:00:00 2001 From: Oleksandr Zhelezniak Date: Fri, 21 Aug 2026 11:13:58 +0000 Subject: [PATCH 3/3] chore(QTDI-3325): fix target --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e78e1d78b59d..604df40fb97ff 100644 --- a/pom.xml +++ b/pom.xml @@ -2031,7 +2031,7 @@ SONAR - ${project.build}/jacoco-ut/jacoco.xml + ${project.build.directory}/jacoco-ut/jacoco.xml