瀏覽代碼

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 3 年之前
父節點
當前提交
a15eb7eecf
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Jenkinsfile

+ 0 - 2
Jenkinsfile

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