Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Update jenkins file to use updated docker image (#108)
Browse files Browse the repository at this point in the history
* Update jenkins file to use updated docker image

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

* Update jenkins file to use updated docker image

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

* Update jenkins file to use updated docker image

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

* Update jenkins file to use updated docker image

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

---------

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya authored Jul 7, 2023
1 parent c803606 commit 6073221
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ docs/_build
venv
.idea
.pytest_cache
.DS_Store
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Changed
- Update maintainers and workflows for dependabot changelog ([#82](https://github.com/opensearch-project/opensearch-dsl-py/pull/82))
- Update jenkins file to use updated docker image ([#108](https://github.com/opensearch-project/opensearch-dsl-py/pull/108))

### Deprecated

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-dsl-py-generic-webhook-token',
causeString: 'A tag was cut on opensearch-project/opensearch-dsl-py repository causing this workflow to run',
downloadReleaseAsset: true,
Expand Down

0 comments on commit 6073221

Please sign in to comment.