From d396cc7bfa014a00c98bbf12667aee318ea4fcf7 Mon Sep 17 00:00:00 2001 From: Jessica Allaire Date: Mon, 30 Mar 2020 19:28:14 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 582ef725a..a828d393b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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." } }