gitGodeRobotFramework.bat
-------------------------------------------------------------
内容是:
cd C:\yuchunhai\GitCode\robotframework\RIDE
git pull
cd C:\yuchunhai\GitCode\robotframework\robotframework
git pull
cd C:\yuchunhai\GitCode\robotframework\SeleniumLibrary
git pull
cd C:\yuchunhai\GitCode\robotframework\SSHLibrary
git pull
cd C:\yuchunhai\GitCode\robotframework\SwingLibrary
git pull
-------------------------------------------------------------
gitGode.bat
-------------------------------------------------------------
内容是:
echo "start run"
call C:\yuchunhai\workspace\jenkinsWorkspace\GitCodeGitPull\gitGodeRobotFramework.bat
echo "run over"
echo "###############"
echo "start run"
call C:\yuchunhai\workspace\jenkinsWorkspace\GitCodeGitPull\gitGodeRobotFramework.bat
echo "run over"

posted on 2019-04-15 19:36  yutest  阅读(32)  评论(0)    收藏  举报