From b2f94a5854d07fd8954b920afa513f28c20bce22 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Fri, 7 Jul 2023 11:41:12 -0700 Subject: [PATCH] Update jenkins file to use updated docker image 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 f31fa07..fd391a6 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-sql-jdbc-generic-webhook-token', causeString: 'A tag was cut on opensearch-project/sql-jdbc repository causing this workflow to run', downloadReleaseAsset: true,