switch SO and UI from fedora to Ubuntu
[osm/devops.git] / jenkins / SO / start_build
index ac07fc7..fa1e1c4 100755 (executable)
@@ -49,7 +49,7 @@ fi
 
 INFO "starting build"
 make clean || FATAL "make clean failed"
-./BUILD.sh
+./BUILD_UB.sh
 
 RC=$?