diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index 99722aa4bd..e95ef1cdb7 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -29,7 +29,6 @@ def runTestCommand (platform, project, gfilter, envars) """ platform.runCommand(this, command) - junit "${project.paths.project_build_prefix}/build/release/test/*.xml" } def runPackageCommand(platform, project, jobName)