Jenkins运行完Test后,把ngreport生成的测试报告 拷贝到相应的文件夹

F:
cd F:\program\apache-tomcat-7.0.67\webapps\
Set currentPath=F:\program\apache-tomcat-7.0.67\webapps\
echo currentPath:%currentPath%
Set nowdate=%date:~0,10%
if not exist "%nowdate:/=-%" mkdir "%nowdate:/=-%"
copy D:\androidSpace\carInterfaceTest\test-output\html %currentPath%%nowdate:/=-%

posted @ 2016-01-25 09:22  悟空救我呀  阅读(642)  评论(0编辑  收藏  举报