Skip to content

Commit 1a9032f

Browse files
committed
fix lib build
1 parent 082141e commit 1a9032f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jenkins/library-tests

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ pipeline {
1919
post {
2020
always {
2121
junit allowEmptyResults: true, testResults: 'target/surefire-reports/**/*.xml'
22-
recordIssues enabledForFailure: true, sourceCodeEncoding: 'UTF-8', sourceDirectory: 'src', tools: [
23-
java()]
22+
recordIssues enabledForFailure: true, sourceCodeEncoding: 'UTF-8', tools: [java()]
2423
step([$class: 'Mailer',
2524
notifyEveryUnstableBuild: true,
2625
recipients: "[email protected]"])

0 commit comments

Comments
 (0)