码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-01-25 09:56:54      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!