summaryrefslogtreecommitdiffstats
path: root/jjb/mso
diff options
context:
space:
mode:
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: ''