mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
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>
This commit is contained in:
co-authored by
Oliver Nocon
parent
2fb304588e
commit
a8953d4f28
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user