Skip to content

Commit

Permalink
Update jenkins version and release
Browse files Browse the repository at this point in the history
Signed-off-by: acarbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Aug 21, 2023
1 parent 19bdcc1 commit 452f603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/release.jenkinsFile
Original file line number Diff line number Diff line change
@@ -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',
]))
Expand All @@ -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
)
}

0 comments on commit 452f603

Please sign in to comment.