diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-02-02 16:04:03 +0100 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-02-02 16:08:44 +0100 |
commit | 9cfc5098aabea8627b78b224b2b9c26f9bf91ec4 (patch) | |
tree | 988748698588685731c3438a17142fb43f24dbca /jjb | |
parent | 31c6d8951656c52286cd4217988529910bb14307 (diff) |
Property string should be put in a list
The property string is character split instead of being considered as a single
parameter.
Change-Id: Iaa3f88227d2c1ae8dc96f9e806af5649baaedd34
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/mso/mso-libs.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/mso/mso-libs.yaml b/jjb/mso/mso-libs.yaml index 3a43a669d..28ed86e31 100644 --- a/jjb/mso/mso-libs.yaml +++ b/jjb/mso/mso-libs.yaml @@ -12,6 +12,7 @@ - 'master': branch: 'master' mvn-settings: 'mso-settings' - maven-deploy-properties: 'deployAtEnd=true' + maven-deploy-properties: + - 'deployAtEnd=true' files: '**' archive-artifacts: '' |