mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
changes
This commit is contained in:
parent
ecaf7eb5aa
commit
f12965ed31
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -34,7 +34,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('package') {
|
stage('package') {
|
||||||
sh "mvn ${params.MAVEN_GOAL}"
|
sh 'mvn package'
|
||||||
}
|
}
|
||||||
stage('Test the code by using sonarqube') {
|
stage('Test the code by using sonarqube') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue