mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
95d113f4b3
commit
9fd57755bb
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -6,7 +6,7 @@ pipeline{
|
|||
echo "Running build automation..."
|
||||
sh './mvnw checkstyle:checkstyle'
|
||||
sh './mvnw verify'
|
||||
sh './mvnw clean package'
|
||||
sh './mvnw clean package -DskipTests=true'
|
||||
}
|
||||
}
|
||||
stage ("Build Docker Image") {
|
||||
|
|
Loading…
Reference in a new issue