Skip to content

Commit 8a6efc1

Browse files
committed
try to fix the library build
1 parent 1a2b599 commit 8a6efc1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/jenkins/library-tests

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ pipeline {
1818
}
1919
post {
2020
always {
21-
junit allowEmptyResults: true, testResults: 'target/surefire-reports/**/*.xml'
22-
recordIssues enabledForFailure: true, sourceCodeEncoding: 'UTF-8', tools: [java()]
23-
step([$class: 'Mailer',
24-
notifyEveryUnstableBuild: true,
25-
recipients: "rbri@rbri.de"])
21+
node('') {
22+
junit allowEmptyResults: true, testResults: 'target/surefire-reports/**/*.xml'
23+
recordIssues enabledForFailure: true, sourceCodeEncoding: 'UTF-8', tools: [java()]
24+
step([$class: 'Mailer',
25+
notifyEveryUnstableBuild: true,
26+
recipients: "rbri@rbri.de"])
27+
}
2628
}
2729
}
2830
}

0 commit comments

Comments
 (0)