generator-partha-btp-capm
Version:
SAP CAP Generator - Partha Sarathi Goswami
43 lines (35 loc) • 922 B
YAML
# Project configuration
general:
inferBuildTool: true
productiveBranch: 'main'
# Stage configuration
stages:
'Confirm':
manualConfirmation: false
# npmAudit:
# auditedAdvisories:
# lint:
# ui5BestPractices:
# failThreshold:
# error: <THRESHOLD>
# warning: <THRESHOLD>
# info: <THRESHOLD>
# deploy to Cloud Foundry
productionDeployment:
cfTargets:
- appName: '<%= projectName %>'
org: '<%= cforg %>'
space: '<%= cfspace %>'
apiEndpoint: '<%= cfapi %>'
credentialsId: 'deploy-to-cf'
# Step configuration
steps:
mavenExecute:
dockerImage: devxci/mbtci:1.0.14
artifactPrepareVersion:
versioningType: cloud_noTag
# transport management upload
# tmsUpload:
# nodeName: '<%= cfspace %>'
# credentialsId: 'tms-sk'
# customDescription: '<%= projectName %> <%= cfspace %>'