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:/=-%

你可能感兴趣的:(Jenkins运行完Test后,把ngreport生成的测试报告 拷贝到相应的文件夹)