From 6f1a399a3c96c9d80dff50633ce0b86472cd27d8 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Sun, 6 Oct 2024 16:45:10 -0700 Subject: [PATCH] fix Signed-off-by: Sayali Gaikawad --- vars/updateIntegTestFailureIssues.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/updateIntegTestFailureIssues.groovy b/vars/updateIntegTestFailureIssues.groovy index 9d7dfa01..2c7be7a9 100644 --- a/vars/updateIntegTestFailureIssues.groovy +++ b/vars/updateIntegTestFailureIssues.groovy @@ -62,7 +62,7 @@ void call(Map args = [:]) { def markdownContent = new CreateIntegTestMarkDownTable(version, testData).create() println(markdownContent) println("Class of markdownContent: ${markdownContent.getClass().getName()}") - writeFile file: "failedTestDetails.md", text: markdownContent + writeFile file: "failedTestDetails.md", text: "markdownContent" println('Wrote file') // println('Component Name: '+ component.name) // println('Version is '+ version)