Skip to content

Commit

Permalink
Debug the lib
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Oct 25, 2024
1 parent b7e7b62 commit c6efa70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vars/publishIntegTestResults.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c6efa70

Please sign in to comment.