X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fhost%2Fstart_build;fp=jenkins%2Fhost%2Fstart_build;h=d6fbea8d99bffd4f8e6c8ad9452fc0460df420d3;hb=19215383cc752f3693e0a6ed6633a3f9951d4a21;hp=09f471bb4bcbf482dae63dbd712aad0694386605;hpb=f13ff902d8cd2046fcb19c0c6a99768055fc6105;p=osm%2Fdevops.git diff --git a/jenkins/host/start_build b/jenkins/host/start_build index 09f471bb..d6fbea8d 100755 --- a/jenkins/host/start_build +++ b/jenkins/host/start_build @@ -43,3 +43,6 @@ fi container_exec $OSM_BUILD_CONTAINER ./devops/jenkins/$OSM_MDG/start_build +RC=$? +INFO "$OSM_MDG build complete. Return code was $RC" +exit $RC