Skip to content

Commit 278bda1

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 8104a17 commit 278bda1

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
@@ -46,8 +46,6 @@ try {
4646
} catch(Exception e) {
4747
currentBuild.result = 'FAILED: check'
4848
throw e
49-
} finally {
50-
junit '**/build/test-results/*/*.xml'
5149
}
5250
}
5351
}

0 commit comments

Comments
 (0)