feature/22849 #2

Merged
roberto.cirillo merged 16 commits from feature/22849 into master 2022-03-07 16:28:47 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 459450afad - Show all commits

1
Jenkinsfile vendored
View File

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