From a21196fbe1bdfc22f1526c57805c92b0dd7179f5 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Tue, 9 Jul 2019 17:25:16 -0400 Subject: [PATCH] Upgrade to openjdk11 for dashboard build Signed-off-by: Lott, Christopher (cl778h) Change-Id: I2a3b8a4cb67772553d27829dad70c4c3d71c1ee3 --- jjb/portal-ric-dashboard/portal-ric-dashboard.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml index 02551f20..2d5679b8 100644 --- a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml +++ b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml @@ -13,6 +13,7 @@ project: portal/ric-dashboard mvn-settings: portal-ric-dashboard-settings mvn-params: -Dbuild.number=${{BUILD_NUMBER}} + java-version: openjdk11 nexus-iq-namespace: 'oran-' build-node: ubuntu1804-docker-4c-4g jobs: @@ -30,11 +31,11 @@ project: portal/ric-dashboard mvn-goals: test mvn-settings: portal-ric-dashboard-settings + java-version: openjdk11 branch: master build-node: ubuntu1804-docker-4c-4g jobs: - gerrit-maven-sonar - sonarcloud: true sonarcloud-project-key: o-ran-sc_portal-ric-dashboard sonarcloud-project-organization: o-ran-sc @@ -45,6 +46,5 @@ project: portal/ric-dashboard project-name: portal-ric-dashboard build-node: centos7-builder-1c-1g - jobs: - gerrit-info-yaml-verify -- 2.16.6