mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Added Jenkinsfile
This commit is contained in:
parent
604cecea00
commit
bf462b2900
1 changed files with 17 additions and 10 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -6,5 +6,12 @@ steps {
|
|||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue