summaryrefslogtreecommitdiffstats
path: root/jjb/sdc/sdc-sdc-workflow-designer.yaml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-08-16 18:07:52 +0300
committerMichael Lando <ml636r@att.com>2018-08-19 08:24:50 +0300
commited888be3521a02fdf4a0c051f816cf9ba23b4d36 (patch)
treea93614456bf4a528029e87cdc082c44c14eeda66 /jjb/sdc/sdc-sdc-workflow-designer.yaml
parent9f14d2d355944fa00e64145b88bfb33a426e755c (diff)
Update SDC sonar jjb
Removed old style Java memory definitions. Fix incorrect sonar property definition. Change sonar.branch.name to sonar.branch, Because current sonar version does not support the property. Change-Id: I79f417fe41de3599f65d54013ac2aceed79bef31 Issue-ID: SDC-1632 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'jjb/sdc/sdc-sdc-workflow-designer.yaml')
-rw-r--r--jjb/sdc/sdc-sdc-workflow-designer.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/sdc/sdc-sdc-workflow-designer.yaml b/jjb/sdc/sdc-sdc-workflow-designer.yaml
index efa30975f..62c8c2145 100644
--- a/jjb/sdc/sdc-sdc-workflow-designer.yaml
+++ b/jjb/sdc/sdc-sdc-workflow-designer.yaml
@@ -32,5 +32,6 @@
project-name: 'sdc-sdc-workflow-designer'
branch: 'master'
mvn-settings: 'sdc-sdc-workflow-designer-settings'
+ mvn-params: '-Dsonar.branch=${branch}'
mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+ mvn-opts: '-Xmx1024m'