From 7600fd2a366e6ebbec7b569990d4a28704a84f0d Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Fri, 11 Oct 2019 11:44:16 -0400 Subject: [PATCH] Log new boolean parameters. --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 601997c..8c65454 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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