mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a8ab0f6e3a
commit
420e1547f9
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,9 +1,10 @@
|
|||
pipeline {
|
||||
agent any
|
||||
slackSend "Build Started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
slackSend "Build Started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
||||
sh './mvnw clean'
|
||||
}
|
||||
}
|
||||
|
@ -26,5 +27,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
slackSend "Build Success- ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue