码迷,mamicode.com
首页 > 系统相关 > 详细

Build step ‘Execute shell‘ marked build as failure

时间:2019-10-30 12:02:46      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:技术   failure   进程   怎么   awk   shell 脚本   RKE   $$   $2   

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

标签:技术   failure   进程   怎么   awk   shell 脚本   RKE   $$   $2   

原文地址:https://blog.51cto.com/ckl893/2446413

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!