1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Add cds test case (#810)

* Add cds test case

* Fix typo

Co-Authored-By: Christoph Szymanski <christoph.szymanski@sap.com>
This commit is contained in:
Oliver Feldmann
2019-07-31 10:39:18 +02:00
committed by GitHub
parent 4f8c74f536
commit 073ce90fc9
2 changed files with 13 additions and 0 deletions

View File

@@ -33,3 +33,9 @@ credentials:
username: ${NEO_DEPLOY_USERNAME}
password: ${NEO_DEPLOY_PASSWORD}
description: "SAP CP NEO Trail account for test deployment"
- usernamePassword:
scope: GLOBAL
id: "cf_deploy"
username: ${CX_INFRA_IT_CF_USERNAME}
password: ${CX_INFRA_IT_CF_PASSWORD}
description: "SAP CP CF Trial account for test deployment"

View File

@@ -0,0 +1,7 @@
# Test case configuration
referenceAppRepo:
url: "https://github.com/piper-validation/mta-sample-app.git"
branch: "piper-test-cap"
deployCredentialEnv:
username: "CX_INFRA_IT_CF_USERNAME"
password: "CX_INFRA_IT_CF_PASSWORD"