From d55df3d3d702d5ea637ecb71d8bcb41f59119e48 Mon Sep 17 00:00:00 2001 From: Luke Browne <163148653+LukeBrowne-R3@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:10:58 +0100 Subject: [PATCH] ES-2466: Add Claim to JenkinsfileCombinedWorkerPluginsSmokeTests (#6222) * Initial change. Copying what is done in endToEndPipeline in shared lib * Adding something to make test fail so I can see if the claiming works * That didn't seem to stop it from passing * Replay didn't pick up changes * debug * debug --- .ci/JenkinsfileCombinedWorkerPluginsSmokeTests | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/JenkinsfileCombinedWorkerPluginsSmokeTests b/.ci/JenkinsfileCombinedWorkerPluginsSmokeTests index f6efff31432..0a3764a60ef 100644 --- a/.ci/JenkinsfileCombinedWorkerPluginsSmokeTests +++ b/.ci/JenkinsfileCombinedWorkerPluginsSmokeTests @@ -127,6 +127,7 @@ pipeline { } post { always { + step([$class: 'ClaimPublisher']) script { findBuildScans() pipelineUtils.getPodLogs("postgres")