mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
8543873a12
Before: files contained inside s4sdk folder Now: file resides one level higher Reason: open integration test framework for other use cases, not related to s4sdk. Idea: teams providing use cases provides a corrsponding folder which hosts the test cases.
30 lines
824 B
YAML
30 lines
824 B
YAML
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"
|