From a330b7da6674814d5f9a985a9880ff451942f7b3 Mon Sep 17 00:00:00 2001 From: Jiri Novotny Date: Mon, 1 Aug 2022 15:43:19 +0200 Subject: [PATCH] DBZ-5466 Change default base image of node snapshot preparation job --- jenkins-jobs/job-dsl/node_snapshot_build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-jobs/job-dsl/node_snapshot_build.groovy b/jenkins-jobs/job-dsl/node_snapshot_build.groovy index 3f222e68a..7efb428bd 100644 --- a/jenkins-jobs/job-dsl/node_snapshot_build.groovy +++ b/jenkins-jobs/job-dsl/node_snapshot_build.groovy @@ -17,7 +17,7 @@ pipelineJob('node-snapshot-build') { // OPENSTACK INSTANCE AND SNAPSHOT CONFIG stringParam('CLOUD_NAME', 'openstack', 'Name of openstack cloud') stringParam('SNAPSHOT_NAME', 'debezium-jenkins-node-centos8', 'Name of created snapshot') - stringParam('BASE_IMAGE', 'CentOS-8-x86_64-GenericCloud-released-latest', 'Base image for created snapshot') + stringParam('BASE_IMAGE', 'CentOS-Stream-8-x86_64-GenericCloud', 'Base image for created snapshot') stringParam('INSTANCE_NAME', 'Ansible_temporary_instance', 'Name of created instance in Openstack') stringParam('INSTANCE_USER', 'centos', 'User used to connect to the instance') stringParam('KEYPAIR', 'jenkins', 'Keypair used to connect to the instance')