Skip to content

Commit a15eb7e

Browse files
committed
Remove finally block for junit
Allow this to be gathered by Gradle enterprise since if build is up to date there will be no tests ran which causes failure. Additionally, Gradle Enterprise displays the tests better than Jenkins.
1 parent b53cab9 commit a15eb7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ try {
2828

2929
currentBuild.result = 'FAILED: check'
3030
throw e
31-
} finally {
32-
junit '**/build/test-results/*/*.xml'
3331
}
3432
}
3533
}

0 commit comments

Comments
 (0)