From 04b5805410c8722b15094ea1b750792f4502fdab Mon Sep 17 00:00:00 2001 From: Marcus Holl Date: Wed, 1 Apr 2020 10:00:36 +0200 Subject: [PATCH] Provide verbose flag via signature (#1304) --- vars/tmsUpload.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/tmsUpload.groovy b/vars/tmsUpload.groovy index 28805e55c..743451ce2 100644 --- a/vars/tmsUpload.groovy +++ b/vars/tmsUpload.groovy @@ -43,7 +43,7 @@ import static com.sap.piper.Prerequisites.checkScript */ 'proxy' ]) -@Field Set PARAMETER_KEYS = STEP_CONFIG_KEYS +@Field Set PARAMETER_KEYS = STEP_CONFIG_KEYS + GENERAL_CONFIG_KEYS /** * This step allows you to upload an MTA file (multi-target application archive) into a TMS (SAP Cloud Platform Transport Management Service) landscape for further TMS-controlled distribution through a TMS-configured landscape.