mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:45:50 +00:00
Fix docker run command
This commit is contained in:
parent
b02b7c785b
commit
bee17135df
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -18,6 +18,7 @@ pipeline {
|
|||
docker run --rm \
|
||||
-v ./:/app \
|
||||
-v "/home/jenkins/.m2":"/home/jenkins/.m2" \
|
||||
-r 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