Commit 9095bee8 authored by qa_quantgroup's avatar qa_quantgroup

update

parent 1082a462
#!/bin/bash #!/bin/bash
cd $JENKINS_HOME/jobs/$JOB_BASE_NAME/builds/${BUILD_NUMBER} cd $JENKINS_HOME/jobs/$JOB_BASE_NAME/builds/${BUILD_NUMBER}
grep "build fail~" log grep "Got error: 1044" log
grep "generated time exceed the limit" log
grep "not startup in" log
if [ $? = 0 ];then if [ $? = 0 ];then
exit -1 exit -1
fi fi
echo "post_build_script_by_type finish~" echo "post_build_script_sync_db 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