You've already forked sap-jenkins-library
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:
@@ -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"
|
||||
|
7
consumer-test/testCases/scs/cap.yml
Normal file
7
consumer-test/testCases/scs/cap.yml
Normal 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"
|
Reference in New Issue
Block a user