From 83603cfb3d7412a5e6411b77e51f0213c8e9a527 Mon Sep 17 00:00:00 2001 From: AulaEmpresaLKS <129507941+AulaEmpresaLKS@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:54:07 +0100 Subject: [PATCH] Update Jenkinsfile Signed-off-by: AulaEmpresaLKS <129507941+AulaEmpresaLKS@users.noreply.github.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 76fed6f0d..5db60edc7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { -v ./:/app \ -v "/home/jenkins/.m2":"/home/jenkins/.m2" \ -e JOB_ACTION="compile" \ - -e MAVEN_CMD="clean verify sonar:sonar -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.token=$SONAR_TOKEN -Dsonar.branch.name=$SONAR_BRANCH" \ + -e MAVEN_CMD="clean verify sonar:sonar -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.token=$SONAR_TOKEN -Dsonar.branch.name=$SONAR_BRANCH" -Pcoverage \ $BUILD_IMAGE ''' }