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
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -8,7 +8,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage ('Test maven') {
|
||||
steps {
|
||||
try {
|
||||
sh '''
|
||||
mvn --version
|
||||
|
@ -18,7 +17,6 @@ pipeline {
|
|||
sh "echo error Maven test"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Running build automation'
|
||||
|
|
Loading…
Reference in a new issue