diff options
Diffstat (limited to 'jjb/policy/policy-common.yaml')
-rw-r--r-- | jjb/policy/policy-common.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index 1499e006e..006ad3b95 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -20,7 +20,7 @@ java-version: openjdk11 files: '**' archive-artifacts: '' - build-node: ubuntu1604-builder-4c-4g + build-node: ubuntu1804-builder-4c-4g - project: name: policy-common-sonar @@ -32,7 +32,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: 'policy/common' project-name: 'policy-common' branch: 'master' |