@@ -38,8 +38,11 @@ node('sumaform-cucumber') {
3838 value : minionList,
3939 defaultValue : minionList,
4040 description : ' Node list to run during BV' ),
41- string(name : ' server_container_repository' , defaultValue : ' registry.suse.de/suse/sle-15-sp7/update/products/multilinuxmanager52/update/containerfile' , description : ' Server container registry' ),
42- string(name : ' proxy_container_repository' , defaultValue : ' registry.suse.de/suse/sle-15-sp7/update/products/multilinuxmanager52/update/containerfile' , description : ' Proxy container registry' ),
41+ // TODO: replace with final values
42+ string(name : ' server_container_repository' , defaultValue : ' registry.suse.de/suse/sle-15-sp7/update/products/multilinuxmanager52/totest/containerfile' , description : ' Server container registry' ),
43+ string(name : ' proxy_container_repository' , defaultValue : ' registry.suse.de/suse/sle-15-sp7/update/products/multilinuxmanager52/totest/containerfile' , description : ' Proxy container registry' ),
44+ // string(name: 'server_container_repository', defaultValue: 'registry.suse.de/suse/sle-15-sp7/update/products/multilinuxmanager52/update/containerfile', description: 'Server container registry'),
45+ // string(name: 'proxy_container_repository', defaultValue: 'registry.suse.de/suse/sle-15-sp7/update/products/multilinuxmanager52/update/containerfile', description: 'Proxy container registry'),
4346 string(name : ' server_container_image' , defaultValue : ' ' , description : ' Server container image' ),
4447 booleanParam(name : ' use_previous_terraform_state' , defaultValue : false , description : ' Use previous Terraform state' ),
4548 booleanParam(name : ' must_deploy' , defaultValue : true , description : ' Deploy' ),
0 commit comments