1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-20 05:19:40 +02:00

tmsUpload test (#1002)

This commit is contained in:
P30435 2019-11-25 12:09:58 +01:00 committed by Marcus Holl
parent 2aa34c7a3f
commit 59ed571d58
2 changed files with 12 additions and 0 deletions

View File

@ -39,3 +39,8 @@ credentials:
username: ${CX_INFRA_IT_CF_USERNAME}
password: ${CX_INFRA_IT_CF_PASSWORD}
description: "SAP CP CF Trial account for test deployment"
- string:
scope: GLOBAL
id: "tmsUpload"
secret: ${CX_INFRA_IT_TMS_UPLOAD}
description: "Service key for tms upload"

View File

@ -0,0 +1,7 @@
# Test case configuration
referenceAppRepo:
url: "https://github.com/piper-validation/tmsUpload.git"
branch: "master"
deployCredentialEnv:
username: "CX_INFRA_IT_TMS_UPLOAD"
password: "CX_INFRA_IT_TMS_UPLOAD"