mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-17 00:51:12 +00:00
added jenkins
This commit is contained in:
parent
972661d6b0
commit
d854ebf77c
1 changed files with 8 additions and 1 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
|
@ -9,5 +9,12 @@ pipeline {
|
|||
sh "./mvnw install"
|
||||
}
|
||||
}
|
||||
|
||||
stage ("Run unit-test"){
|
||||
|
||||
steps {
|
||||
sh "./mvnw test"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue