From 4d83b34d685f44582e209c90e0f7028e8fa136bf Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Sun, 6 Oct 2024 17:39:50 -0700 Subject: [PATCH] fix Signed-off-by: Sayali Gaikawad --- src/jenkins/CreateIntegTestMarkDownTable.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jenkins/CreateIntegTestMarkDownTable.groovy b/src/jenkins/CreateIntegTestMarkDownTable.groovy index 0d1131db..f1ac98b8 100644 --- a/src/jenkins/CreateIntegTestMarkDownTable.groovy +++ b/src/jenkins/CreateIntegTestMarkDownTable.groovy @@ -29,7 +29,7 @@ class CreateIntegTestMarkDownTable { |----------|--------------|--------------|----------------------|--------------| """ def tableRows = this.tableData.collect { row -> - "| ${row.platform.toString()} | ${row.distribution.toString()} | ${row.architecture.toString()} | ${row.test_report_manifest_yml.toString()} | ${row.integ_test_build_url.toString()}" + "| ${row['platform']} | ${row['distribution']} | ${row['architecture']} | ${row['test_report_manifest_yml']} | ${row['integ_test_build_url']}" }.join("\n") def additionalInformation = """