2014-03-29 4 views
0

Jenkins가 빌드 스크립트를 실행하지 않습니다. 여기에 무슨 문제가있을 수 있습니다. /bin/sh /apple/orange/grape -t all -i과 같은 스크립트가 있습니다. 모두 여기서 인식하지 못합니다. 이것은 환경 변수 또는 무언가와 관련이 있습니까?Jenkins가 빌드 스크립트를 실행하지 않음

Building remotely on ..... in workspace /var/hudson/workspace/build 
[Build] $ /bin/sh /tmp/hudson5936377040956096308.sh 
[Build] $ /bin/sh /tmp/hudson1897855282333303575.sh 
/bin/sh: all: No such file or directory 
Build step 'Execute shell' marked build as failure 

Thanks for any help: 

답변

1

젠킨스 "쉘 실행"빌드 단계에서 /bin/sh을 명시 적으로 쓰지 마십시오. 콘솔에서와 같이 명령을 제공하십시오.

/apple/orange/grape -t all -i