2019-02-14 10:58:04 +02:00
|
|
|
jenkins:
|
|
|
|
numExecutors: 10
|
|
|
|
unclassified:
|
|
|
|
globallibraries:
|
|
|
|
libraries:
|
|
|
|
- defaultVersion: "master"
|
|
|
|
name: "s4sdk-pipeline-library"
|
|
|
|
retriever:
|
|
|
|
modernSCM:
|
|
|
|
scm:
|
|
|
|
git:
|
|
|
|
remote: "https://github.com/SAP/cloud-s4-sdk-pipeline-lib.git"
|
|
|
|
- defaultVersion: "master"
|
|
|
|
name: "piper-library-os"
|
|
|
|
retriever:
|
|
|
|
modernSCM:
|
|
|
|
scm:
|
|
|
|
git:
|
|
|
|
remote: "https://github.com/__REPO_SLUG__.git"
|
|
|
|
credentials:
|
|
|
|
system:
|
|
|
|
domainCredentials:
|
|
|
|
- credentials:
|
|
|
|
- usernamePassword:
|
|
|
|
scope: GLOBAL
|
|
|
|
id: "devops-docker-images-IT-cf"
|
|
|
|
username: ${CX_INFRA_IT_CF_USERNAME}
|
|
|
|
password: ${CX_INFRA_IT_CF_PASSWORD}
|
|
|
|
description: "SAP CP Trail account for test deployment"
|
2019-07-23 14:54:38 +02:00
|
|
|
- usernamePassword:
|
|
|
|
scope: GLOBAL
|
|
|
|
id: "neo_deploy"
|
|
|
|
username: ${NEO_DEPLOY_USERNAME}
|
|
|
|
password: ${NEO_DEPLOY_PASSWORD}
|
|
|
|
description: "SAP CP NEO Trail account for test deployment"
|
2019-07-31 10:39:18 +02:00
|
|
|
- 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"
|
2019-11-25 13:09:58 +02:00
|
|
|
- string:
|
|
|
|
scope: GLOBAL
|
|
|
|
id: "tmsUpload"
|
|
|
|
secret: ${CX_INFRA_IT_TMS_UPLOAD}
|
|
|
|
description: "Service key for tms upload"
|