From fb9ec4992fdf6d9c6900cdbb6a05b0a29a889bca Mon Sep 17 00:00:00 2001 From: Marcus Holl Date: Thu, 7 Feb 2019 09:44:17 +0100 Subject: [PATCH] development client not via flat parameter --- vars/transportRequestRelease.groovy | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vars/transportRequestRelease.groovy b/vars/transportRequestRelease.groovy index 95441fda0..506646a36 100644 --- a/vars/transportRequestRelease.groovy +++ b/vars/transportRequestRelease.groovy @@ -24,8 +24,7 @@ import static com.sap.piper.cm.StepHelpers.getBackendTypeAndLogInfoIfCMIntegrati @Field Set PARAMETER_KEYS = STEP_CONFIG_KEYS.plus([ 'changeDocumentId', - 'transportRequestId', - 'developmentClient', // RFC only + 'transportRequestId' ]) void call(parameters = [:]) { @@ -57,7 +56,7 @@ void call(parameters = [:]) { .withMandatoryProperty('changeManagement/git/to') .withMandatoryProperty('changeManagement/git/from') .withMandatoryProperty('changeManagement/git/format') - .withMandatoryProperty('developmentClient', null, { backendType == BackendType.RFC}) + .withMandatoryProperty('changeManagement/rfc/developmentClient', null, { backendType == BackendType.RFC}) configuration = configHelper.use() @@ -121,7 +120,7 @@ void call(parameters = [:]) { configuration.changeManagement.rfc.dockerOptions, configuration.transportRequestId, configuration.changeManagement.endpoint, - configuration.developmentClient, + configuration.changeManagement.rfc.developmentClient, configuration.changeManagement.credentialsId) break