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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ pipeline {
49
49
)
50
50
booleanParam(
51
51
name: 'RELEASE_PUBLISH_AUTOMATICALLY',
52
-
defaultValue: true,
52
+
defaultValue: false,
53
53
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