Jenkins shell执行错误

时间:2015-07-16 14:32:04

标签: bash shell ssh jenkins

我是詹金斯的新手 我试图在Cent OS中执行以下shell命令:

ssh root@192.168.52.80 "bash -s" < ./install_x86.sh

但我一直收到以下错误:

[default] $ /bin/sh -xe /tmp/hudson9091088582033660238.sh
+ ssh root@192.168.52.80 'bash -s'
/tmp/hudson9091088582033660238.sh: line 2: ./install_x86.sh: No such file or directory
Build step 'Execute shell' marked build as failure

任何人都知道我做错了什么?

解决

我通过使用可用的ssh插件来实现它。 [7月17日15:22]

1 个答案:

答案 0 :(得分:0)

最可能的解释是文件./install_x86.sh与jenkins不同。工作目录。