mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
008055237c
Co-authored-by: Daniel Kurzynski <daniel.kurzynski@sap.com> Co-authored-by: Florian Wilhelm <florian.wilhelm02@sap.com>
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
jenkins:
|
|
numExecutors: 10
|
|
unclassified:
|
|
globallibraries:
|
|
libraries:
|
|
- defaultVersion: "master"
|
|
name: "piper-lib-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"
|
|
- usernamePassword:
|
|
scope: GLOBAL
|
|
id: "neo_deploy"
|
|
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"
|
|
- string:
|
|
scope: GLOBAL
|
|
id: "tmsUpload"
|
|
secret: ${CX_INFRA_IT_TMS_UPLOAD}
|
|
description: "Service key for tms upload"
|