Skip to content

Commit

Permalink
Update jenkins file to use new docker image (#431)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya authored Jul 7, 2023
1 parent 12ebe82 commit 2003156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ cython_debug/

# Pycharm project settings
.idea
.DS_Store

# opensearch files
test_opensearch/cover
Expand Down
1 change: 1 addition & 0 deletions jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ lib = library(identifier: 'jenkins@1.3.1', retriever: modernSCM([
]))

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

0 comments on commit 2003156

Please sign in to comment.