From c6efa70b560ae5a192afbbd80438ec99063842e7 Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Fri, 25 Oct 2024 11:38:28 -0700 Subject: [PATCH] Debug the lib Signed-off-by: Prudhvi Godithi --- vars/publishIntegTestResults.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/publishIntegTestResults.groovy b/vars/publishIntegTestResults.groovy index 8024034e..f7579d47 100644 --- a/vars/publishIntegTestResults.groovy +++ b/vars/publishIntegTestResults.groovy @@ -115,7 +115,10 @@ def processFailedTests(failedTests, componentName, componentRepo, componentRepoU break default: failedTests.collect { failedTest -> + println("The componentName failedTest is " + failedTest) + println("The componentName is " + componentName) def match = failedTest.split("#") + println("The componentName match is " + match) if (match) { def testResultJsonContent = generateFailedTestJson(componentName, componentRepo, componentRepoUrl, version, integTestBuildNumber, integTestBuildUrl, distributionBuildNumber, distributionBuildUrl, buildStartTime, rc, rcNumber,