From 667d1aebba65dbdfefb180ff0239aee7f561ea56 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Thu, 12 Jul 2018 23:54:51 +0000 Subject: [PATCH] Fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6c5e14820..e03dc65fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ pipeline { "*<http://localhost:8080/job/${env.JOB_NAME}/${env.BUILD_NUMBER}|#${env.BUILD_NUMBER}>* *${env.JOB_NAME}* " + "<https://github.com/mozilla/hubs/commit/$gitSha|$gitSha> " + "Hubs: ```${gitSha} ${gitMessage}```\n" + - "<${smokeURL}https://smoke-hubs.mozilla.com/0zuesf6c6mf/smoke-test?pollForSha=${gitSha}|Smoke Test> - to push:\n" + + "<${smokeURL}?pollForSha=${gitSha}|Smoke Test> - to push:\n" + "`/mr hubs deploy`" ) def payload = 'payload=' + JsonOutput.toJson([ -- GitLab