From 752b706b7be2f750efe3c75267af38bbb277cf7c Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Fri, 7 Jul 2023 12:05:48 -0700 Subject: [PATCH] Update jenkins file to use updated docker image (#303) 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 fe8753bdb..c0741f9be 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-hadoop-generic-webhook-token', causeString: 'A tag was cut on opensearch-project/opensearch-hadoop repository causing this workflow to run', downloadReleaseAsset: true,