mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:55:50 +00:00
Fix JOB_ACTION env var
This commit is contained in:
parent
bee17135df
commit
11447dca51
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue