From e819e3e56474441137915353fcae8e0ef4e4b416 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:55:05 -0700 Subject: [PATCH] Update jenkins file to use updated docker image (#571) Signed-off-by: Sayali Gaikawad --- jenkins/release.jenkinsFile | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/release.jenkinsFile b/jenkins/release.jenkinsFile index d8289b3866..66c3b992ce 100644 --- a/jenkins/release.jenkinsFile +++ b/jenkins/release.jenkinsFile @@ -4,6 +4,7 @@ lib = library(identifier: 'jenkins@1.5.3', retriever: modernSCM([ ])) standardReleasePipelineWithGenericTrigger( + overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4', tokenIdCredential: 'jenkins-opensearch-java-generic-webhook-token', causeString: 'A tag was cut on opensearch-project/opensearch-java repository causing this workflow to run', downloadReleaseAsset: true,