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
c2bce7ee5c
commit
ff288d21df
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -8,7 +8,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage ('Test maven') {
|
||||
steps {
|
||||
try {
|
||||
sh '''
|
||||
mvn --version
|
||||
|
@ -16,8 +15,7 @@ pipeline {
|
|||
'''
|
||||
} catch(err) {
|
||||
sh "echo error Maven test"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue