mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
ff288d21df
commit
2b01271ed3
1 changed files with 2 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -8,14 +8,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage ('Test maven') {
|
||||
try {
|
||||
steps {
|
||||
sh '''
|
||||
mvn --version
|
||||
mvn clean test serefire-report:report
|
||||
'''
|
||||
} catch(err) {
|
||||
sh "echo error Maven test"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue