Disable full RELEASES until the pipeline is well-tested in a production environment.
This commit is contained in:
parent
be1627d1b4
commit
b0356f4cb4
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue