标签:
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:/=-%
Jenkins运行完Test后,把ngreport生成的测试报告 拷贝到相应的文件夹
标签:
原文地址:http://www.cnblogs.com/lgm1999/p/5156578.html