Enable settings for the release build.

This commit is contained in:
Manuele Simi 2019-10-10 23:35:51 -04:00
parent 9f4d80e1ed
commit eb68c86eb0
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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