diff --git a/Jenkinsfile b/Jenkinsfile index c503c25..fcbfdfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ node('docker') { stage 'Notify' - slackSend color: 'good', message: "grouper-appliance passes test battery" + slackSend color: 'good', message: "grouper-appliance (${tag}) passes test battery" }