Commit cf530728 authored by qa_quantgroup's avatar qa_quantgroup

add jenkins/post_build_script_by_type.sh

parent 35e9e5cb
#!/bin/bash
cd $JENKINS_HOME/jobs/$JOB_BASE_NAME/builds/${BUILD_NUMBER}
grep "build fail~" log
grep "generated time exceed the limit" log
grep "not startup in" log
grep "not startup in" log
if [ $? = 0 ];then
exit -1
fi
echo "post_build_script_by_type finish~"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment