| commit | 56ad727c350e330679fbc03a633c7f96f4ddbbc7 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Sep 08 10:20:16 2016 +0200 |
| committer | Gerrit Code Review <root@osm.etsi.org> | Thu Sep 08 10:20:16 2016 +0200 |
| tree | 15dd8a43bf539cb1cc3ea93de81f132eb9d3d052 | |
| parent | d0f2310b6d6d8738284320d7601c6ffcbee85cea [diff] | |
| parent | dc5ae199613901f6f5125a348fd027c0a7d6ae3d [diff] |
Merge "Testing RO built against gerrit event"
diff --git a/jenkins/SO/start_build b/jenkins/SO/start_build index 27ca6e5..85d2ca7 100755 --- a/jenkins/SO/start_build +++ b/jenkins/SO/start_build
@@ -43,7 +43,9 @@ ### put your commands here to ### build, test and produce coverage reports -RC=0 +./BUILD.sh + +RC=$? INFO "done, RC=$RC" exit $RC