Disable full RELEASES until the pipeline is well-tested in a production environment.

This commit is contained in:
Manuele Simi 2019-05-30 22:20:17 -04:00
parent be1627d1b4
commit b0356f4cb4
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -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}"