Skip to content

Commit

Permalink
Set Autopublish to true in Jenkins publish (#45)
Browse files Browse the repository at this point in the history
Set Autopublish to true in Jenkins publish

Signed-off-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com>
  • Loading branch information
khushbr committed Sep 8, 2023
1 parent 5f92a51 commit b8fcc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release.jenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ standardReleasePipelineWithGenericTrigger(
publishToMaven(
signingArtifactsPath: "$WORKSPACE/repository/",
mavenArtifactsPath: "$WORKSPACE/repository/",
autoPublish: false
autoPublish: true
)
}

0 comments on commit b8fcc04

Please sign in to comment.