mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
37ba1a9157
commit
0d48d1ed81
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
slackSend "Build Started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './mvnw package'
|
||||
|
@ -25,5 +26,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
slackSend (message: "${buildStatus} ${env.JOB_NAME} ${env.BUILD_NUMBER} ${env.BUILD_URL}")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue