diff options
author | statta <statta@research.att.com> | 2020-03-31 11:41:57 -0400 |
---|---|---|
committer | statta <statta@research.att.com> | 2020-03-31 11:41:57 -0400 |
commit | 40cec5010c9391172ce04ec6cb0ce5aad50e2088 (patch) | |
tree | a2e943869b9d54ebd86954e47619a3992d3e0cce /jjb/portal-sdk | |
parent | 0dd6f6285adf699e9328a3ce03468756c05be10f (diff) |
Update Portal verify jobs to Ubuntu 1804
Issue-ID: PORTAL-868
Change-Id: I8b38c52f4ae2fba4b4066bc23c0735259c092532
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'jjb/portal-sdk')
-rw-r--r-- | jjb/portal-sdk/portal-sdk.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/portal-sdk/portal-sdk.yaml b/jjb/portal-sdk/portal-sdk.yaml index 43b56a9a0..d6e1da8f5 100644 --- a/jjb/portal-sdk/portal-sdk.yaml +++ b/jjb/portal-sdk/portal-sdk.yaml @@ -29,7 +29,7 @@ mvn-settings: 'portal-sdk-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-builder-4c-4g + build-node: ubuntu1804-builder-4c-4g - project: name: portal-sdk-sonar @@ -41,7 +41,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: 'portal/sdk' project-name: 'portal-sdk' branch: 'master' @@ -56,7 +56,7 @@ - gerrit-maven-clm: mvn-params: '-f ecomp-sdk/pom.xml' nexus-iq-namespace: 'onap-' - build-node: ubuntu1604-builder-4c-4g + build-node: ubuntu1804-builder-4c-4g project: portal/sdk project-name: 'portal-sdk' branch: 'master' |