assign to maven_parent_file maven_settings_file value

feature/22849
Roberto Cirillo 2 years ago
parent a148bbd358
commit 459450afad

1
Jenkinsfile vendored

@ -46,6 +46,7 @@ if (params.Type == 'RELEASE') {
maven_activation_property="-Djenkins-releases -DRelease";
// maven_parent_file = "jenkins-releases-dry-run-settings.xml"
}
maven_parent_file=maven_settings_file;
echo "Use settings file at ${maven_settings_file} with the following activation property: ${maven_activation_property}"
echo "Use local repo at ${maven_local_repo_path}"

Loading…
Cancel
Save