From 24443ee27ecc4959715b9546f40ab28303313e28 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 2 Feb 2017 08:29:12 -0800 Subject: Fix mso-libs daily release maven properties JJB is misformating the macro pass through. Work around it. Change-Id: Id695c111f8c1838e5bcc19c0c6e4a27e992d5c9c Signed-off-by: Andrew Grimberg --- jjb/mso/mso-libs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'jjb/mso/mso-libs.yaml') diff --git a/jjb/mso/mso-libs.yaml b/jjb/mso/mso-libs.yaml index 28ed86e31..99c25d425 100644 --- a/jjb/mso/mso-libs.yaml +++ b/jjb/mso/mso-libs.yaml @@ -12,7 +12,10 @@ - 'master': branch: 'master' mvn-settings: 'mso-settings' - maven-deploy-properties: - - 'deployAtEnd=true' + # due to a strange macro / variable translation problem this needs to be + # passed as a string block to properly get the properties correctly defined + # in the job + maven-deploy-properties: | + deployAtEnd=true files: '**' archive-artifacts: '' -- cgit 1.2.3-korg