From: Jeremy Mordkoff Date: Wed, 7 Sep 2016 23:07:00 +0000 (-0400) Subject: call the new top level build script X-Git-Tag: v1.0.0~28 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=d0f2310b6d6d8738284320d7601c6ffcbee85cea;p=osm%2Fdevops.git call the new top level build script Signed-off-by: Jeremy Mordkoff --- diff --git a/jenkins/SO/start_build b/jenkins/SO/start_build index 27ca6e52..85d2ca7c 100755 --- a/jenkins/SO/start_build +++ b/jenkins/SO/start_build @@ -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