Added unit test report.
All checks were successful
ydeng/islandsurvivalcraft/pipeline/head This commit looks good
All checks were successful
ydeng/islandsurvivalcraft/pipeline/head This commit looks good
This commit is contained in:
parent
6a37c9c90b
commit
1a7a80d74c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -21,6 +21,7 @@ pipeline {
|
||||
stage ("Test") {
|
||||
steps {
|
||||
sh "conda run -n base mvn -Dmaven.test.skip=false test"
|
||||
xunit checksName: '', tools: [JUnit(excludesPattern: '', pattern: 'target/surefire-reports/TEST-*.xml', stopProcessingIfError: true)]
|
||||
recordCoverage(tools: [[parser: 'JUNIT', pattern: 'target/surefire-reports/TEST-*.xml']])
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user