diff --git a/Jenkinsfile b/Jenkinsfile index badd289..7e5609e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,8 +25,9 @@ if (params.Type == 'RELEASE-DRY-RUN') { if (params.Type == 'RELEASE') { echo "Configure Maven for RELEASE artifacts" options = '' - maven_local_repo_path = "${agent_root_folder}/local-releases" - maven_settings_file = "${agent_root_folder}/.m2/jenkins-releases-settings.xml" + //maven_local_repo_path = "${agent_root_folder}/local-releases" + //maven_settings_file = "${agent_root_folder}/.m2/jenkins-releases-settings.xml" + echo "This will fail. RELEASES are currently disabled until further testing." } echo "Use settings file at ${maven_settings_file}" echo "Use local repo at ${maven_local_repo_path}"