mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:45:50 +00:00
Update Jenkinsfile
Signed-off-by: AulaEmpresaLKS <129507941+AulaEmpresaLKS@users.noreply.github.com>
This commit is contained in:
parent
83603cfb3d
commit
8eff6981f1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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" -Pcoverage \
|
-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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue