We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa34c7 commit 59ed571Copy full SHA for 59ed571
consumer-test/jenkins.yml
@@ -39,3 +39,8 @@ credentials:
39
username: ${CX_INFRA_IT_CF_USERNAME}
40
password: ${CX_INFRA_IT_CF_PASSWORD}
41
description: "SAP CP CF Trial account for test deployment"
42
+ - string:
43
+ scope: GLOBAL
44
+ id: "tmsUpload"
45
+ secret: ${CX_INFRA_IT_TMS_UPLOAD}
46
+ description: "Service key for tms upload"
consumer-test/testCases/tms/tmsUpload.yml
@@ -0,0 +1,7 @@
1
+# Test case configuration
2
+referenceAppRepo:
3
+ url: "https://github.com/piper-validation/tmsUpload.git"
4
+ branch: "master"
5
+deployCredentialEnv:
6
+ username: "CX_INFRA_IT_TMS_UPLOAD"
7
+ password: "CX_INFRA_IT_TMS_UPLOAD"
0 commit comments