X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FUI%2FSETTINGS;h=995e01d9d4470a6808aa62237c3db6f3c96b93cc;hb=3cc0316794cc75ecffdf2b969b4ad98d0dd7e826;hp=c79217f564846506f3eed57bb94c3ca75b5c7d7a;hpb=a2813695ca8ac01b88c68cc3a37248fadde1d3ab;p=osm%2Fdevops.git diff --git a/jenkins/UI/SETTINGS b/jenkins/UI/SETTINGS index c79217f5..995e01d9 100644 --- a/jenkins/UI/SETTINGS +++ b/jenkins/UI/SETTINGS @@ -21,7 +21,7 @@ export OSM_BASE_IMAGE=ubuntu:16.04 # # this variable holds the name of the container to be used to build a package # if this container already exists, the build process can skip the container build -export OSM_BUILD_CONTAINER=UI-build +export OSM_BUILD_CONTAINER=SO-ub # # this variable must be set to allow creating the build container in privileged mode # this variable should be removed in the future when no privileged mode is required @@ -29,7 +29,7 @@ export OSM_BUILD_CONTAINER=UI-build # # this variable holds the name of the container to be used to run a package # if this container already exists, the run processes can skip the container build -export OSM_RUNTIME_CONTAINER=UI-runtime +export OSM_RUNTIME_CONTAINER=SO-ub # # this variable must be set to allow creating the runtime container in privileged mode # this variable should be removed in the future when no privileged mode is required