Skip to content

Commit

Permalink
Updated repository location on jenkins (#900)
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
(cherry picked from commit f460d48)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 25, 2023
1 parent 4f52bed commit 0f015fb
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
Expand Up @@ -10,8 +10,8 @@ standardReleasePipelineWithGenericTrigger(
downloadReleaseAsset: true,
publishRelease: false) {
publishToMaven(
signingArtifactsPath: "$WORKSPACE/repository/",
mavenArtifactsPath: "$WORKSPACE/repository/",
signingArtifactsPath: "$WORKSPACE/localRepo/",
mavenArtifactsPath: "$WORKSPACE/localRepo/",
autoPublish: false
)
}

0 comments on commit 0f015fb

Please sign in to comment.