Update jenkins file to use new docker image (#431)
Signed-off-by: Sayali Gaikawad <[email protected]>
This commit is contained in:
@@ -141,6 +141,7 @@ cython_debug/
|
|||||||
|
|
||||||
# Pycharm project settings
|
# Pycharm project settings
|
||||||
.idea
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# opensearch files
|
# opensearch files
|
||||||
test_opensearch/cover
|
test_opensearch/cover
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ lib = library(identifier: '[email protected]', retriever: modernSCM([
|
|||||||
]))
|
]))
|
||||||
|
|
||||||
standardReleasePipelineWithGenericTrigger(
|
standardReleasePipelineWithGenericTrigger(
|
||||||
|
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4'
|
||||||
tokenIdCredential: 'jenkins-opensearch-py-generic-webhook-token',
|
tokenIdCredential: 'jenkins-opensearch-py-generic-webhook-token',
|
||||||
causeString: 'A tag was cut on opensearch-project/opensearch-py repository causing this workflow to run',
|
causeString: 'A tag was cut on opensearch-project/opensearch-py repository causing this workflow to run',
|
||||||
downloadReleaseAsset: true,
|
downloadReleaseAsset: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user