updates for R3 packaging improvements
SO and UI do not have to share build and runtime containers

Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
diff --git a/jenkins/UI/SETTINGS b/jenkins/UI/SETTINGS
index 995e01d..90ca554 100644
--- a/jenkins/UI/SETTINGS
+++ b/jenkins/UI/SETTINGS
@@ -21,7 +21,7 @@
 #
 # 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=SO-ub
+export OSM_BUILD_CONTAINER=UI-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 @@
 #
 # 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=SO-ub
+export OSM_RUNTIME_CONTAINER=UI-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