Skip to content

Commit ac6fd91

Browse files
Updated repository location on jenkins (#900) (#902)
(cherry picked from commit f460d48) Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> 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>
1 parent 4f52bed commit ac6fd91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/release.jenkinsFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ standardReleasePipelineWithGenericTrigger(
1010
downloadReleaseAsset: true,
1111
publishRelease: false) {
1212
publishToMaven(
13-
signingArtifactsPath: "$WORKSPACE/repository/",
14-
mavenArtifactsPath: "$WORKSPACE/repository/",
13+
signingArtifactsPath: "$WORKSPACE/localRepo/",
14+
mavenArtifactsPath: "$WORKSPACE/localRepo/",
1515
autoPublish: false
1616
)
1717
}

0 commit comments

Comments
 (0)