mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
fix2
This commit is contained in:
parent
2d08055066
commit
5bc7a87057
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -26,8 +26,7 @@ pipeline {
|
|||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'mvn deploy'
|
||||
}
|
||||
echo 'Deploying'
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
@ -42,4 +41,5 @@ pipeline {
|
|||
body: "Something is wrong with ${env.BUILD_URL}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue