From b5f531e5c871256b6a03dbf0bfdd2f8b2839ba3b Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Oct 07 2021 06:15:52 +0000 Subject: Add message ID to brew-build results JIRA: RHELWF-3910 --- diff --git a/mappings/results/brew-build.test.complete.yaml b/mappings/results/brew-build.test.complete.yaml index 1824a79..f152450 100644 --- a/mappings/results/brew-build.test.complete.yaml +++ b/mappings/results/brew-build.test.complete.yaml @@ -19,3 +19,5 @@ data: - "#if(${body.test.scenario})${body.test.scenario}#{else}#end" scratch: - "${body.artifact.scratch}" + msg_id: + - "${headers.message-id}" diff --git a/mappings/results/brew-build.test.error.yaml b/mappings/results/brew-build.test.error.yaml index c3b9548..7e87fcb 100644 --- a/mappings/results/brew-build.test.error.yaml +++ b/mappings/results/brew-build.test.error.yaml @@ -19,3 +19,5 @@ data: - "#if(${body.test.scenario})${body.test.scenario}#{else}#end" scratch: - "${body.artifact.scratch}" + msg_id: + - "${headers.message-id}" diff --git a/mappings/results/brew-build.test.queued.yaml b/mappings/results/brew-build.test.queued.yaml index fa56ddf..1cd6146 100644 --- a/mappings/results/brew-build.test.queued.yaml +++ b/mappings/results/brew-build.test.queued.yaml @@ -19,3 +19,5 @@ data: - "#if(${body.test.scenario})${body.test.scenario}#{else}#end" scratch: - "${body.artifact.scratch}" + msg_id: + - "${headers.message-id}" diff --git a/mappings/results/brew-build.test.running.yaml b/mappings/results/brew-build.test.running.yaml index e87075d..15d4958 100644 --- a/mappings/results/brew-build.test.running.yaml +++ b/mappings/results/brew-build.test.running.yaml @@ -19,3 +19,5 @@ data: - "#if(${body.test.scenario})${body.test.scenario}#{else}#end" scratch: - "${body.artifact.scratch}" + msg_id: + - "${headers.message-id}"