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]>
  • Loading branch information
owaiskazi19 authored Jul 25, 2023
1 parent 1b0a1b3 commit f460d48
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 f460d48

Please sign in to comment.