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
babbe25b67
commit
d396cc7bfa
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Package') {
|
stage('Package') {
|
||||||
steps {
|
steps {
|
||||||
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
echo "blob"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,9 +28,9 @@ pipeline {
|
||||||
echo 'Deploy'
|
echo 'Deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
}
|
||||||
always {
|
post {
|
||||||
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
always {
|
||||||
}
|
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue