mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-05 10:01:13 +00:00
Merge d854ebf77c into 3a931080d4
This commit is contained in:
commit
5e235f9a59
1 changed files with 20 additions and 0 deletions
20
Jenkinsfile
vendored
Normal file
20
Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
pipeline {
|
||||
|
||||
agent any
|
||||
|
||||
stages {
|
||||
|
||||
stage ("Build"){
|
||||
steps {
|
||||
sh "./mvnw install"
|
||||
}
|
||||
}
|
||||
|
||||
stage ("Run unit-test"){
|
||||
|
||||
steps {
|
||||
sh "./mvnw test"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue