You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/release/Jenkinsfile
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,11 @@ pipeline {
51
51
defaultValue: true,
52
52
description: 'If true, just simulate the release, without pushing any commits or tags, and without uploading any artifacts or documentation.'
53
53
)
54
+
booleanParam(
55
+
name: 'RELEASE_PUBLISH_AUTOMATICALLY',
56
+
defaultValue: true,
57
+
description: 'If true, staging repository will get closed and published automatically, otherwise the artifacts will only be uploaded and the publishing (releasing the staging repository) has to be performed manually at Maven Central portal.'
0 commit comments