From 452f603ef6ea9a4b2e52608c1761e5ae65511ed6 Mon Sep 17 00:00:00 2001 From: acarbonetto Date: Mon, 21 Aug 2023 14:44:16 -0700 Subject: [PATCH] Update jenkins version and release Signed-off-by: acarbonetto --- jenkins/release.jenkinsFile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/release.jenkinsFile b/jenkins/release.jenkinsFile index 2e2001f..a729ba9 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@5.6.1', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ])) @@ -18,7 +18,7 @@ standardReleasePipelineWithGenericTrigger( assumedRoleName: 'sql-jdbc-upload-role', source: "$WORKSPACE/shadowJar/opensearch-sql-jdbc-shadow-${tag}.jar", destination: "opensearch-clients/jdbc/opensearch-sql-jdbc-shadow-${tag}.jar", - signingPlatform: 'linux', + signingPlatform: 'jar_signer', sigOverwrite: true ) }