mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 16:45:48 +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') {
|
stage ('Test maven') {
|
||||||
steps {
|
|
||||||
try {
|
try {
|
||||||
sh '''
|
sh '''
|
||||||
mvn --version
|
mvn --version
|
||||||
|
@ -16,8 +15,7 @@ pipeline {
|
||||||
'''
|
'''
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
sh "echo error Maven test"
|
sh "echo error Maven test"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue