From 3af3097b152a40c4822e11964b6f3bee2735218a Mon Sep 17 00:00:00 2001 From: Jessica Allaire Date: Mon, 30 Mar 2020 19:30:34 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 868aa7d48..ccc63e7c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { } post { always { - slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully." + slackSend message: "The pipeline ${currentBuild.fullDisplayName} completed successfully." } } }