mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-03 21:01:11 +00:00
test
This commit is contained in:
parent
0192a2e961
commit
c993c75312
1 changed files with 10 additions and 0 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
|
@ -10,5 +10,15 @@ pipeline {
|
|||
"""
|
||||
}
|
||||
}
|
||||
|
||||
stage("RunTests"){
|
||||
steps {
|
||||
sh """
|
||||
|
||||
./mvnw test
|
||||
|
||||
"""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue