Update Jenkinsfile

Signed-off-by: AulaEmpresaLKS <129507941+AulaEmpresaLKS@users.noreply.github.com>
This commit is contained in:
AulaEmpresaLKS 2025-03-27 16:54:07 +01:00 committed by GitHub
parent d5915be8d8
commit 83603cfb3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -17,7 +17,7 @@ pipeline {
-v ./:/app \ -v ./:/app \
-v "/home/jenkins/.m2":"/home/jenkins/.m2" \ -v "/home/jenkins/.m2":"/home/jenkins/.m2" \
-e JOB_ACTION="compile" \ -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 $BUILD_IMAGE
''' '''
} }