Enable settings for the release build.
This commit is contained in:
parent
9f4d80e1ed
commit
eb68c86eb0
|
@ -34,8 +34,8 @@ if (params.Type == 'STAGING') {
|
|||
if (params.Type == 'RELEASE') {
|
||||
echo "Configure Maven for RELEASE artifacts"
|
||||
options = ''
|
||||
//maven_local_repo_path = "${agent_root_folder}/local-releases"
|
||||
//maven_settings_file = "jenkins-releases-settings.xml"
|
||||
maven_local_repo_path = "local-releases"
|
||||
maven_settings_file = "jenkins-releases-settings.xml"
|
||||
echo "This will fail. RELEASES are currently disabled until further testing."
|
||||
}
|
||||
echo "Use settings file at ${maven_settings_file}"
|
||||
|
|
Loading…
Reference in New Issue