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





