Skip to content

Commit

Permalink
Updated repository location on jenkins (#900) (#902)
Browse files Browse the repository at this point in the history
(cherry picked from commit f460d48)

Signed-off-by: Owais Kazi <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 4f52bed commit ac6fd91
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 ac6fd91

Please sign in to comment.