i new jenkins.
trying execute following shell command in cent os:
ssh root@192.168.52.80 "bash -s" < ./install_x86.sh but keep getting following error:
[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 failure anyone idea have done wrong?
solved
i got working using ssh plugin thats available. [jul 17 @ 15:22]
the explanation file ./install_x86.sh in different place jenkins' working directory.
Comments
Post a Comment