summaryrefslogtreecommitdiffstats
path: root/jjb/mso
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-02 08:29:12 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-02 08:29:12 -0800
commit24443ee27ecc4959715b9546f40ab28303313e28 (patch)
treef442a0181ef62f9bbfb6d69990a8f46db219db0c /jjb/mso
parent9cfc5098aabea8627b78b224b2b9c26f9bf91ec4 (diff)
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 <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/mso')
-rw-r--r--jjb/mso/mso-libs.yaml7
1 files changed, 5 insertions, 2 deletions
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: ''