读书人

cygwin停hudson跑shell

发布时间: 2012-07-15 20:11:35 作者: rapoo

cygwin下hudson跑shell
build下添加execute shell,通过指定bash便可以执行shell.
如:
#!D:\CYGWIN\bin\bash.exe
cd / \
/home/thinkpad/build-poartal.sh
又如跑python:
#!D:\python\python.exe
print

读书人网 >开源软件

热点推荐