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
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') {
|
||||
steps {
|
||||
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||
echo "blob"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,9 +28,9 @@ pipeline {
|
|||
echo 'Deploy'
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue