Log new boolean parameters.

This commit is contained in:
Manuele Simi 2019-10-11 11:44:16 -04:00
parent 2d556dc0ef
commit 7600fd2a36
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -41,6 +41,9 @@ if (params.Type == 'RELEASE') {
echo "Use settings file at ${maven_settings_file}"
echo "Use local repo at ${maven_local_repo_path}"
echo "Release number: ${params.gCube_release_version}"
echo "Clean up gcube local artifacts? ${params.cleanup_gcube_artifacts}"
echo "Clean up all local artifacts? ${params.cleanup_local_repo}"
//locate where this release is