We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f52bed commit ac6fd91Copy full SHA for ac6fd91
jenkins/release.jenkinsFile
@@ -10,8 +10,8 @@ standardReleasePipelineWithGenericTrigger(
10
downloadReleaseAsset: true,
11
publishRelease: false) {
12
publishToMaven(
13
- signingArtifactsPath: "$WORKSPACE/repository/",
14
- mavenArtifactsPath: "$WORKSPACE/repository/",
+ signingArtifactsPath: "$WORKSPACE/localRepo/",
+ mavenArtifactsPath: "$WORKSPACE/localRepo/",
15
autoPublish: false
16
)
17
}
0 commit comments