Build step ‘Execute shell‘ marked build as failure
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Build step ‘Execute shell‘ marked build as failure相关的知识,希望对你有一定的参考价值。
shell 脚本远程调用执行如下:
/usr/bin/ssh 10.1.2.3 ‘/bin/bash /root/ReServer.sh‘
报错如下:
Build step ‘Execute shell‘ marked build as failure
本地执行是ok,怎么执行都报错,后来折腾了老半天,一步一步的打输出,发现:
原来是脚本在判断进程是否存在的同时,这个结束进程刚好有同样的匹配串!
ps -aux | grep "idiot" | grep -v grep | grep -v ‘$$‘ | awk ‘{print $2}‘
所以修改idiot,做精确匹配解决"sb idiot"
以上是关于Build step ‘Execute shell‘ marked build as failure的主要内容,如果未能解决你的问题,请参考以下文章
Jenkins Build Execute Shell - 文件权限被拒绝
jenkins中通过execute shell启动的进程会被杀死的问题
Pipeline build step with parameters
[Transducer] Step by Step to build a simple transducer