From: HOCKLA Date: Mon, 20 Jan 2020 16:36:55 +0000 (-0600) Subject: set java11 version for policy/engine X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F100508%2F2;p=ci-management.git set java11 version for policy/engine set java11 for policy/distribution as well Issue-ID: POLICY-1590 Change-Id: I2ba05feab9e45408dfc548752833b9c57215ffd1 Signed-off-by: HOCKLA --- diff --git a/jjb/policy/policy-distribution.yaml b/jjb/policy/policy-distribution.yaml index 222f256d6..661b35198 100644 --- a/jjb/policy/policy-distribution.yaml +++ b/jjb/policy/policy-distribution.yaml @@ -26,6 +26,7 @@ - 'master': branch: 'master' mvn-settings: 'policy-distribution-settings' + java-version: openjdk11 files: '**' archive-artifacts: '' build-node: ubuntu1604-builder-4c-4g @@ -45,6 +46,7 @@ project-name: 'policy-distribution' branch: 'master' mvn-settings: 'policy-distribution-settings' + java-version: openjdk11 mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' @@ -57,6 +59,7 @@ project-name: 'policy-distribution' branch: 'master' mvn-settings: 'policy-distribution-settings' + java-version: openjdk11 - project: name: policy-distribution-info diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml index e0a0b7285..0ebc274b8 100644 --- a/jjb/policy/policy-engine.yaml +++ b/jjb/policy/policy-engine.yaml @@ -26,6 +26,7 @@ - 'master': branch: 'master' mvn-settings: 'policy-engine-settings' + java-version: openjdk11 files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' @@ -45,6 +46,7 @@ project-name: 'policy-engine' branch: 'master' mvn-settings: 'policy-engine-settings' + java-version: openjdk11 mvn-goals: 'clean install' mvn-opts: '-Xmx2048m -XX:MaxPermSize=512m' @@ -58,6 +60,7 @@ project-name: 'policy-engine' branch: 'master' mvn-settings: 'policy-engine-settings' + java-version: openjdk11 build-node: 'ubuntu1604-builder-4c-4g' - project: