Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Oct 20, 2023
1 parent 85dd591 commit 0b7c80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipeline {
}
}
archiveArtifacts '**/target/*.jar'
junit '**/target/surefire-reports/**/*.xml'
junit testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: '**/target/*-reports/**/*.xml'
recordIssues tools: [mavenConsole(), eclipse(), javaDoc()], unstableTotalAll: 1, filters: [
excludeMessage('.*JAR will be empty.*'), // for unit tester
]
Expand Down

0 comments on commit 0b7c80e

Please sign in to comment.