Skip to content

Commit b8fcc04

Browse files
authored
Set Autopublish to true in Jenkins publish (#45)
Set Autopublish to true in Jenkins publish Signed-off-by: Khushboo Rajput <[email protected]>
1 parent 5f92a51 commit b8fcc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/release.jenkinsFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ standardReleasePipelineWithGenericTrigger(
1212
publishToMaven(
1313
signingArtifactsPath: "$WORKSPACE/repository/",
1414
mavenArtifactsPath: "$WORKSPACE/repository/",
15-
autoPublish: false
15+
autoPublish: true
1616
)
1717
}

0 commit comments

Comments
 (0)