From 1ec74a8d79884ff7878b986f59e9f4d474e35f8a Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 7 Mar 2022 12:24:31 +0100 Subject: [PATCH] restore gcube-settings file ( gcube-official was my bad) --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8291774..85525a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,14 +10,14 @@ if (params.Type == 'SNAPSHOT-DRY-RUN') { echo "Configure Maven for SNAPSHOT-DRY-RUN artifacts" options = '' maven_local_repo_path = "local-snapshots" - maven_settings_file = "gcube-official.xml" + maven_settings_file = "gcube-settings.xml" maven_activation_property="-Pdry-run"; } if (params.Type == 'SNAPSHOT') { echo "Configure Maven for SNAPSHOT artifacts" options = '' maven_local_repo_path = "local-snapshots" - maven_settings_file = "gcube-official.xml" + maven_settings_file = "gcube-settings.xml" maven_activation_property=''; } if (params.Type == 'RELEASE-DRY-RUN') {