From 1b74f4b1b2be074de5ec4bd9dfc9a4591c6c29ff Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Wed, 29 May 2024 13:42:40 -0700 Subject: [PATCH] Update the publish gradle check library mapping (#431) Signed-off-by: Prudhvi Godithi --- build.gradle | 2 +- vars/publishGradleCheckTestResults.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 76710e709..adf37a353 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ jacocoTestReport { } } -String version = '6.4.7' +String version = '6.4.8' task updateVersion { doLast { diff --git a/vars/publishGradleCheckTestResults.groovy b/vars/publishGradleCheckTestResults.groovy index 61bfce2b7..45dbec440 100644 --- a/vars/publishGradleCheckTestResults.groovy +++ b/vars/publishGradleCheckTestResults.groovy @@ -99,7 +99,7 @@ void indexFailedTestData() { "pull_request_owner": { "type": "keyword" }, "invoke_type": { "type": "keyword" }, "pull_request_title": { "type": "text" }, - "git_reference": { "type": "text" }, + "git_reference": { "type": "keyword" }, "test_class": { "type": "keyword" }, "test_name": { "type": "keyword" }, "test_status": { "type": "keyword" },