From e7e7c6d0d890b817ec4c807507a3d7accfdbfc7b Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Mon, 20 Jan 2020 10:36:55 -0600 Subject: [PATCH] set java11 version for policy/engine set java11 for policy/distribution as well Issue-ID: POLICY-1590 Change-Id: I2ba05feab9e45408dfc548752833b9c57215ffd1 Signed-off-by: HOCKLA --- jjb/policy/policy-distribution.yaml | 3 +++ jjb/policy/policy-engine.yaml | 3 +++ 2 files changed, 6 insertions(+) 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: -- 2.16.6