Provide clarity as to when merge job fails are build or push
[ci-management.git] / jjb / vpp / include-raw-vpp-build.sh
index 05d6d5d..97330ae 100644 (file)
@@ -54,3 +54,8 @@ if [ ${OS} == ubuntu1404 ];then
 fi
 
 build-root/vagrant/build.sh
+if [ $? == 0 ];then
+    echo "*******************************************************************"
+    echo "* VPP BUILD SUCCESSFULLY COMPLETED"
+    echo "*******************************************************************"
+fi
\ No newline at end of file