Skip to content

Commit

Permalink
fix lib build
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Mar 10, 2024
1 parent 082141e commit 1a9032f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jenkins/library-tests
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ pipeline {
post {
always {
junit allowEmptyResults: true, testResults: 'target/surefire-reports/**/*.xml'
recordIssues enabledForFailure: true, sourceCodeEncoding: 'UTF-8', sourceDirectory: 'src', tools: [
java()]
recordIssues enabledForFailure: true, sourceCodeEncoding: 'UTF-8', tools: [java()]
step([$class: 'Mailer',
notifyEveryUnstableBuild: true,
recipients: "[email protected]"])
Expand Down

0 comments on commit 1a9032f

Please sign in to comment.