Commit b104da62 by donghu

修改报告路径2

1 parent b31e64ac
Showing 1 changed file with 2 additions and 2 deletions
......@@ -18,11 +18,11 @@
<!--钉钉机器人Hook地址,需根据实际地址修改 -->
<robot.addr>https://oapi.dingtalk.com/robot/send?access_token=c48fe3bddc324fd950d6933e5745507efcf433f105d757bc25b72b469e73f7d1</robot.addr>
<!--jenkins地址,需根据实际部署地址修改 -->
<jenkins.addr>http://10.1.10.21</jenkins.addr>
<jenkins.addr>http://test-project.peilian.fun</jenkins.addr>
<!--jenkins构建项目名称 -->
<jenkins.build.name>${project.artifactId}</jenkins.build.name>
<!--测试报告基于部署至web服务器根路径的相对地址,一般无需修改 -->
<jenkins.ReportPath>${jenkins.build.name}/target/TestReport/index.html</jenkins.ReportPath>
<jenkins.ReportPath>/target/TestReport/index.html</jenkins.ReportPath>
<encoding>UTF-8</encoding>
<!--是否发送邮件通知 true:发送 false:不发送 -->
<isSendEmail>true</isSendEmail>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!