Skip to content
Snippets Groups Projects
Commit caad5c06 authored by Greg Fodor's avatar Greg Fodor
Browse files

Fix for query string

parent 27639f6c
No related branches found
No related tags found
No related merge requests found
......@@ -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}?require_version=${env.BUILD_NUMBER}|Smoke Test> - to push:\n" +
"<${smokeURL}?required_version=${env.BUILD_NUMBER}|Smoke Test> - to push:\n" +
"`/mr hubs deploy ${targetS3Url}`"
)
def payload = 'payload=' + JsonOutput.toJson([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment