diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-03-31 10:27:35 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-03-31 10:27:35 -0700 |
commit | c3bf5168c7c83634900f9c30fe995aab2349b846 (patch) | |
tree | 9abb0deada7d544781d92f1992658dd4ed3879eb /jjb/demo | |
parent | 0f236483ad24e7c48782dc7b836c284a68e1dd57 (diff) |
Migrate to ubuntu1804-builder
Migrate the rest of the jobs from
ubuntu1604-builder to ubuntu1804-builder
Remove unused nodes
Change-Id: Ic43c12d3f7f8952d3248085ec103806c9b442047
Issue-ID: CIMAN-373
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/demo')
-rw-r--r-- | jjb/demo/demo.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 305ca378b..2cec1347f 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -38,7 +38,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: 'demo' project-name: 'demo' branch: 'master' |