From 60732211b543650e09051bc6ecf2ba78407edac2 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:56:39 -0700 Subject: [PATCH] Update jenkins file to use updated docker image (#108) * Update jenkins file to use updated docker image Signed-off-by: Sayali Gaikawad * Update jenkins file to use updated docker image Signed-off-by: Sayali Gaikawad * Update jenkins file to use updated docker image Signed-off-by: Sayali Gaikawad * Update jenkins file to use updated docker image Signed-off-by: Sayali Gaikawad --------- Signed-off-by: Sayali Gaikawad --- .gitignore | 1 + CHANGELOG.md | 1 + jenkins/release.JenkinsFile | 1 + 3 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bb0b296c..920bb5e5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ docs/_build venv .idea .pytest_cache +.DS_Store \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 00676c9b..a2325693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/jenkins/release.JenkinsFile b/jenkins/release.JenkinsFile index 3326548f..77eeca18 100644 --- a/jenkins/release.JenkinsFile +++ b/jenkins/release.JenkinsFile @@ -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,