From 94758f29d35a4523b9f9cca754d4d3a1702f343d Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Fri, 13 Jul 2018 01:12:03 +0000
Subject: [PATCH] Include target s3 URL in slack

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6bf8cf9d1..b01295d23 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
             "<https://github.com/mozilla/hubs/commit/$gitSha|$gitSha> " +
             "Hubs: ```${gitSha} ${gitMessage}```\n" +
             "<${smokeURL}?pollForSha=${gitSha}|Smoke Test> - to push:\n" +
-            "`/mr hubs deploy`"
+            "`/mr hubs deploy ${targetS3Url}`"
           )
           def payload = 'payload=' + JsonOutput.toJson([
             text      : text,
-- 
GitLab