Explorar el Código

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.
Rob Winch hace 3 años
padre
commit
1eb64652a3
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Jenkinsfile

+ 0 - 2
Jenkinsfile

@@ -46,8 +46,6 @@ try {
 				} catch(Exception e) {
 					currentBuild.result = 'FAILED: check'
 					throw e
-				} finally {
-					junit '**/build/test-results/*/*.xml'
 				}
 			}
 		}