首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

cygwin停hudson跑shell

2012-07-15 
cygwin下hudson跑shellbuild下添加execute shell,通过指定bash便可以执行shell.如:#!D:\CYGWIN\bin\bash.e

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

热点排行