diff options
Diffstat (limited to 'jjb/policy/policy-distribution.yaml')
-rw-r--r-- | jjb/policy/policy-distribution.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/policy/policy-distribution.yaml b/jjb/policy/policy-distribution.yaml index 53404fd5c..46110b40c 100644 --- a/jjb/policy/policy-distribution.yaml +++ b/jjb/policy/policy-distribution.yaml @@ -36,7 +36,7 @@ java-version: openjdk11 files: '**' archive-artifacts: '' - build-node: ubuntu1804-builder-4c-4g + build-node: ubuntu2004-builder-4c-4g - project: name: policy-distribution-sonar @@ -48,7 +48,7 @@ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' sonar-mvn-goal: '{sonar_mvn_goal}' cron: '@daily' - build-node: ubuntu1804-builder-4c-4g + build-node: ubuntu2004-builder-4c-4g project: 'policy/distribution' project-name: 'policy-distribution' branch: 'master' |