We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082141e commit 1a9032fCopy full SHA for 1a9032f
1 file changed
src/jenkins/library-tests
@@ -19,8 +19,7 @@ pipeline {
19
post {
20
always {
21
junit allowEmptyResults: true, testResults: 'target/surefire-reports/**/*.xml'
22
- recordIssues enabledForFailure: true, sourceCodeEncoding: 'UTF-8', sourceDirectory: 'src', tools: [
23
- java()]
+ recordIssues enabledForFailure: true, sourceCodeEncoding: 'UTF-8', tools: [java()]
24
step([$class: 'Mailer',
25
notifyEveryUnstableBuild: true,
26
recipients: "rbri@rbri.de"])
0 commit comments