Update pipeline_config.yml

This commit is contained in:
Daniel Kurzynski
2020-04-06 17:45:33 +02:00
committed by GitHub
parent 1a3fb3ffab
commit 669c5249ff

View File

@@ -21,7 +21,7 @@
### General project setup
general:
productiveBranch: 'openSAP-week4-unit4'
### Step-specific configuration
steps:
@@ -30,12 +30,6 @@ steps:
### Stage-specific configuration
stages:
# This exclude is required for the example project to be successful in the pipeline
# Remove it when you have added your first test
s4SdkQualityChecks:
jacocoExcludes:
- '**/OrdersService.class'
# integrationTests:
# credentials:
# - alias: 'mySystemAlias'
@@ -45,11 +39,9 @@ stages:
# nonErpDestinations:
# - 'myCustomDestination'
# productionDeployment:
# cfTargets:
# - org: 'myOrg'
# space: 'mySpace'
# apiEndpoint: 'https://'
# appName: 'myAppName'
# manifest: 'manifest.yml'
# credentialsId: 'myDeploymentCredentialsId'
# productionDeployment:
# cfTargets:
# - org: 'myOrg'
# space: 'mySpace'
# apiEndpoint: 'https://api.cf.eu10.hana.ondemand.com'
# credentialsId: 'cf-deploy-sap'