mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
add test stage
This commit is contained in:
parent
487f87820e
commit
ea70b9bcd9
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -15,6 +15,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Test') {
|
||||||
|
steps {
|
||||||
|
sh 'mvn test'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn clean package -DskipTests -Dcheckstyle.skip=true'
|
sh 'mvn clean package -DskipTests -Dcheckstyle.skip=true'
|
||||||
|
|
Loading…
Reference in a new issue