Skip to content

Commit

Permalink
Revert "Remove publish to maven for now" (#115)
Browse files Browse the repository at this point in the history
This reverts commit d61a400.

Signed-off-by: acarbonetto <andrewc@bitquilltech.com>
  • Loading branch information
acarbonetto committed Aug 23, 2023
1 parent 29e8c0e commit cf3d27a
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 cf3d27a

Please sign in to comment.