From: tierno Date: Fri, 30 Sep 2016 21:46:19 +0000 (+0200) Subject: Merge "The script pulls all branches and now can check out a specific branch or commi... X-Git-Tag: v1.0.0~11 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=56b568b5d9ead632235a2a3b312b9abd283cffc8;hp=5dadd5d1021d109cd7697b6199162d202d982d69;p=osm%2Fdevops.git Merge "The script pulls all branches and now can check out a specific branch or commit-id" --- diff --git a/jenkins/SO/start_build b/jenkins/SO/start_build index fa1e1c45..ac07fc7f 100755 --- a/jenkins/SO/start_build +++ b/jenkins/SO/start_build @@ -49,7 +49,7 @@ fi INFO "starting build" make clean || FATAL "make clean failed" -./BUILD_UB.sh +./BUILD.sh RC=$?