mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
Repairing jenkinsfile
This commit is contained in:
parent
4c45124fd3
commit
4e03275c10
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -6,13 +6,13 @@ pipeline {
|
|||
stages {
|
||||
stage ('Build') {
|
||||
steps {
|
||||
sh './mvnw -B -DskipTests clean package
|
||||
sh './mvnw -B -DskipTests clean package'
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Test') {
|
||||
steps {
|
||||
sh './mvnw test
|
||||
sh './mvnw test'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue