Bug 59 - Merge BUILD.sh and BUILD_UB.sh

Signed-off-by: Leslie Giles <Leslie.Giles@riftio.com>
diff --git a/jenkins/SO/start_build b/jenkins/SO/start_build
index fa1e1c4..ac07fc7 100755
--- a/jenkins/SO/start_build
+++ b/jenkins/SO/start_build
@@ -49,7 +49,7 @@
 
 INFO "starting build"
 make clean || FATAL "make clean failed"
-./BUILD_UB.sh
+./BUILD.sh
 
 RC=$?