use fedora for now
[osm/devops.git] / jenkins / SO / start_build
index 27ca6e5..85d2ca7 100755 (executable)
@@ -43,7 +43,9 @@ INFO "starting build"
 ### put your commands here to 
 ### build, test and produce coverage reports
 
-RC=0
+./BUILD.sh
+
+RC=$?
 
 INFO "done, RC=$RC"
 exit $RC