From a8953d4f28cf3513892383bb3c30bf4755c6b4d4 Mon Sep 17 00:00:00 2001 From: Oliver Feldmann Date: Fri, 3 Apr 2020 11:03:00 +0200 Subject: [PATCH] Fix cloudFoundryDeploy config keys in Acceptance (#1296) * Fix cloudFoundryDeploy config keys in Acceptance * Add neo config keys Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com> --- resources/com.sap.piper/pipeline/stageDefaults.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/com.sap.piper/pipeline/stageDefaults.yml b/resources/com.sap.piper/pipeline/stageDefaults.yml index 189fa26e7..7c13c0741 100644 --- a/resources/com.sap.piper/pipeline/stageDefaults.yml +++ b/resources/com.sap.piper/pipeline/stageDefaults.yml @@ -18,6 +18,7 @@ stages: cloudFoundryDeploy: configKeys: - 'cfSpace' + - 'cloudFoundry/space' healthExecuteCheck: configKeys: - 'testServerUrl' @@ -49,6 +50,9 @@ stages: configKeys: - 'cfSpace' - 'cloudFoundry/space' + neoDeploy: + configKeys: + - 'neo/account' healthExecuteCheck: configKeys: - 'testServerUrl'