diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index 30e43597e..1fcc31972 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { ) booleanParam( name: 'RELEASE_PUBLISH_AUTOMATICALLY', - defaultValue: true, + defaultValue: false, 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.' ) }