diff --git a/pom.xml b/pom.xml index 9503efb..74f3890 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <!--jenkins地址,需根据实际部署地址修改 --> <jenkins.addr>http://10.1.10.21</jenkins.addr> <!--jenkins构建项目名称 --> - <jenkins.build.name>testcode/${project.artifactId}</jenkins.build.name> + <jenkins.build.name>${project.artifactId}</jenkins.build.name> <!--测试报告基于部署至web服务器根路径的相对地址,一般无需修改 --> <jenkins.ReportPath>${jenkins.build.name}/target/TestReport/index.html</jenkins.ReportPath> <encoding>UTF-8</encoding> diff --git a/target/classes/META-INF/maven/com.to8to.qa/t8t-fi-frt-test/pom.properties b/target/classes/META-INF/maven/com.to8to.qa/t8t-fi-frt-test/pom.properties index 96b606c..be94993 100644 --- a/target/classes/META-INF/maven/com.to8to.qa/t8t-fi-frt-test/pom.properties +++ b/target/classes/META-INF/maven/com.to8to.qa/t8t-fi-frt-test/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven Integration for Eclipse -#Tue Jul 06 10:40:22 CST 2021 +#Tue Jul 06 11:41:07 CST 2021 m2e.projectLocation=D\:\\code\\t8t-fi-frt-test m2e.projectName=pipi-test groupId=com.to8to.qa diff --git a/target/classes/META-INF/maven/com.to8to.qa/t8t-fi-frt-test/pom.xml b/target/classes/META-INF/maven/com.to8to.qa/t8t-fi-frt-test/pom.xml index 9503efb..74f3890 100644 --- a/target/classes/META-INF/maven/com.to8to.qa/t8t-fi-frt-test/pom.xml +++ b/target/classes/META-INF/maven/com.to8to.qa/t8t-fi-frt-test/pom.xml @@ -20,7 +20,7 @@ <!--jenkins地址,需根据实际部署地址修改 --> <jenkins.addr>http://10.1.10.21</jenkins.addr> <!--jenkins构建项目名称 --> - <jenkins.build.name>testcode/${project.artifactId}</jenkins.build.name> + <jenkins.build.name>${project.artifactId}</jenkins.build.name> <!--测试报告基于部署至web服务器根路径的相对地址,一般无需修改 --> <jenkins.ReportPath>${jenkins.build.name}/target/TestReport/index.html</jenkins.ReportPath> <encoding>UTF-8</encoding>