From 3c0246b61c8ca5fa85502f35c89cfcca057fda6c Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Fri, 13 Jul 2018 18:19:37 +0000 Subject: [PATCH] Include build number in deploy command --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bf0317713..fd7317d83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { "<https://github.com/mozilla/hubs/commit/$gitSha|$gitSha> " + "Hubs: ```${gitSha} ${gitMessage}```\n" + "<${smokeURL}?require_version=${env.BUILD_NUMBER}|Smoke Test> - to push:\n" + - "`/mr hubs deploy ${targetS3Url}`" + "`/mr hubs deploy ${env.BUILD_NUMBER} ${targetS3Url}`" ) def payload = 'payload=' + JsonOutput.toJson([ text : text, -- GitLab