Skip to content

Commit

Permalink
replace converX2TG with Xml2TG (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxEh-TT committed Nov 27, 2023
1 parent a6379eb commit 4df358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.internal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pipeline {
steps {
mvn 'jacoco:prepare-agent surefire:test -Dsurefire.useFile=false'
junit 'target/surefire-reports/TEST-*.xml'
convertX2Json("${currentBuild.startTimeInMillis}", "target/surefire-reports/TEST-*.xml","${pipeline_report_dir}", "JUnit")
Xml2TG("${currentBuild.startTimeInMillis}", "target/surefire-reports/TEST-*.xml","JUnit","${pipeline_report_dir}")
jacoco exclusionPattern: '**/Messages.class', execPattern: 'target/jacoco.exec'
}
}
Expand Down

0 comments on commit 4df358f

Please sign in to comment.