Fix JOB_ACTION env var

This commit is contained in:
adrian.garcia 2025-03-24 13:50:55 +01:00
parent bee17135df
commit 11447dca51

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline {
docker run --rm \
-v ./:/app \
-v "/home/jenkins/.m2":"/home/jenkins/.m2" \
-r JOB_ACTION="compile" \
-e JOB_ACTION="compile" \
-e MAVEN_CMD="clean verify sonar:sonar -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.token=$SONAR_TOKEN" \
$BUILD_IMAGE
'''