Skip to content

Commit

Permalink
Update jenkins file to use new docker image (#267)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jul 7, 2023
1 parent b14b8c5 commit 7699e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release.jenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lib = library(identifier: 'jenkins@2.1.2', retriever: modernSCM([
]))

standardReleasePipelineWithGenericTrigger(
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v2.3',
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4',
tokenIdCredential: 'jenkins-opensearch-net-generic-webhook-token',
causeString: 'A tag was cut on opensearch-project/opensearch-net repository causing this workflow to run',
publishRelease: true) {
Expand Down

0 comments on commit 7699e88

Please sign in to comment.