diff --git a/infra/libfuzzer-pipeline.groovy b/infra/libfuzzer-pipeline.groovy index df25a7cb6..0a2492ffa 100644 --- a/infra/libfuzzer-pipeline.groovy +++ b/infra/libfuzzer-pipeline.groovy @@ -116,10 +116,11 @@ def call(body) { " failures=\"0\"\n" + " hostname=\"localhost\"\n" + " id=\"test\"\n" + - " package=\"\"\n" + - " tests=\"\"\n" + - " time=\"\"\n" + - " timestamp=\"\">\n" + + " package=\"$projectName\"\n" + + " tests=\"1\"\n" + + " time=\"1s\"\n" + + " timestamp=\"0\">\n" + + " \n" + " \n" + "\n"; writeFile file:"$resultsDir/TEST-${sanitizer}.xml", text:testReport