mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
f42a949e20
commit
a8ab0f6e3a
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,5 +1,6 @@
|
|||
pipeline {
|
||||
agent any
|
||||
slackSend "Build Started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
@ -25,4 +26,5 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
slackSend "Build Success- ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue