Skip to content

Commit

Permalink
Remove publish to maven for now (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: acarbonetto <[email protected]>
  • Loading branch information
acarbonetto authored Aug 22, 2023
1 parent 3b0ae70 commit 320f098
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jenkins/release.jenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ standardReleasePipelineWithGenericTrigger(
causeString: 'A tag was cut on opensearch-project/sql-jdbc repository causing this workflow to run',
downloadReleaseAsset: true,
publishRelease: true) {
publishToMaven(
signingArtifactsPath: "$WORKSPACE/repository/",
mavenArtifactsPath: "$WORKSPACE/repository/",
autoPublish: true
)
// publishToMaven(
// signingArtifactsPath: "$WORKSPACE/repository/",
// mavenArtifactsPath: "$WORKSPACE/repository/",
// autoPublish: true
// )
publishToArtifactsProdBucket(
assumedRoleName: 'sql-jdbc-upload-role',
source: "$WORKSPACE/shadowJar/opensearch-sql-jdbc-shadow-${tag}.jar",
Expand Down

0 comments on commit 320f098

Please sign in to comment.