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

Update jenkins file to use updated docker image #108

Merged
merged 4 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: '[email protected]', 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