From 8b3a524d4ce586846428d4e89879d9aaaf69deeb Mon Sep 17 00:00:00 2001 From: Paul Hayes Date: Thu, 10 Aug 2017 14:02:46 +0100 Subject: [PATCH] Indicate that commas must be escaped in task Rake arguments need to escape commas as commas are used to split arguments, even when quoted. https://github.com/alphagov/static/issues/1109 --- .../templates/jobs/deploy_emergency_banner.yaml.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/govuk_jenkins/templates/jobs/deploy_emergency_banner.yaml.erb b/modules/govuk_jenkins/templates/jobs/deploy_emergency_banner.yaml.erb index 6178276de0..e5eebd5276 100644 --- a/modules/govuk_jenkins/templates/jobs/deploy_emergency_banner.yaml.erb +++ b/modules/govuk_jenkins/templates/jobs/deploy_emergency_banner.yaml.erb @@ -20,13 +20,13 @@ - local-emergency - string: name: HEADING - description: The title of the banner + description: The title of the banner. Commas must be escaped, eg One\, two - string: name: SHORT_DESCRIPTION - description: The text that appears under the title + description: The text that appears under the title. Commas must be escaped, eg One\, two - string: name: LINK description: The more information link - string: name: LINK_TEXT - description: The anchor text for the more information link + description: The anchor text for the more information link. Commas must be escaped, eg One\, two