我正在检查Windows机器上git-hub repo的代码。
Steps as follows:
1) launch the git-bash.exe
2) In bash mode, git clone location.
这台Windows机器将成为jenkins-slave。 我需要在slave机器上运行这些命令。 我无法将这些命令作为“执行为Windows批处理命令”
运行请你帮我。
答案 0 :(得分:0)
您需要做的是:
在Jenkins作业的构建步骤中添加“执行Windows批处理命令”步骤。
从属系统的git安装目录中的cd
文件夹(例如:bin
)有C:\Program Files (x86)\Git\bin
。
git clone
命令或任何其他git
命令。