From 705e41beff78fc69c4a5000d41a3181896d0bc53 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 30 Mar 2020 10:33:41 -0400 Subject: Update AAI jjbs to use ubuntu 1804 Issue-ID: AAI-2849 Change-Id: Ic808db184eb6536b6b60f04e1750633bd8bd44fb Signed-off-by: Jimmy Forsyth --- jjb/aai/aai-sparky-be.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb/aai/aai-sparky-be.yaml') diff --git a/jjb/aai/aai-sparky-be.yaml b/jjb/aai/aai-sparky-be.yaml index c27ea7104..60bbef5f3 100644 --- a/jjb/aai/aai-sparky-be.yaml +++ b/jjb/aai/aai-sparky-be.yaml @@ -17,7 +17,7 @@ maven-versions-plugin: true - gerrit-maven-docker-stage: mvn-params: '-f sparkybe-onap-application/pom.xml -P docker -B -Dmaven.test.skip=true' - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' - '{project-name}-gerrit-release-jobs': @@ -42,7 +42,7 @@ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' sonar-mvn-goal: '{sonar_mvn_goal}' cron: '@daily' - build-node: ubuntu1604-builder-4c-4g + build-node: ubuntu1804-builder-4c-4g project: 'aai/sparky-be' project-name: 'aai-sparky-be' branch: 'master' @@ -74,7 +74,7 @@ - project: name: 'aai-sparky-be-whitesource' project-name: 'aai-sparky-be' - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g jobs: - gerrit-whitesource-scan mvn-settings: 'aai-sparky-be-settings' -- cgit 1.2.3-korg