From cb6d3434a84deccf9b66e43bbe50bbf032e0852d Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Wed, 2 Jul 2025 13:41:13 -0700 Subject: [PATCH 1/3] Update maven publishing workflow to accommodate nexus EOL Signed-off-by: Sayali Gaikawad --- jenkins/release.jenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/release.jenkinsFile b/jenkins/release.jenkinsFile index a7e173bb..75f57c25 100644 --- a/jenkins/release.jenkinsFile +++ b/jenkins/release.jenkinsFile @@ -1,4 +1,4 @@ -lib = library(identifier: 'jenkins@1.5.3', retriever: modernSCM([ +lib = library(identifier: 'jenkins@10.0.0', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ])) From b49763ea53ea410df274dc92197677acfff46128 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 10 Jul 2025 13:46:31 -0700 Subject: [PATCH 2/3] Fix auto-publishing to maven central Signed-off-by: Sayali Gaikawad --- jenkins/release.jenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/release.jenkinsFile b/jenkins/release.jenkinsFile index 75f57c25..464f7a7d 100644 --- a/jenkins/release.jenkinsFile +++ b/jenkins/release.jenkinsFile @@ -1,4 +1,4 @@ -lib = library(identifier: 'jenkins@10.0.0', retriever: modernSCM([ +lib = library(identifier: 'jenkins@10.0.1', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ])) From 19774621039c369ab340c18691b9aa683ad064fa Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Mon, 18 Aug 2025 13:58:16 -0700 Subject: [PATCH 3/3] Update release.jenkinsFile Sayali Gaikawad Signed-off-by: Sayali Gaikawad --- jenkins/release.jenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/release.jenkinsFile b/jenkins/release.jenkinsFile index 464f7a7d..cc305d03 100644 --- a/jenkins/release.jenkinsFile +++ b/jenkins/release.jenkinsFile @@ -1,4 +1,4 @@ -lib = library(identifier: 'jenkins@10.0.1', retriever: modernSCM([ +lib = library(identifier: 'jenkins@10.2.2', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ]))