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 project setup
general: general:
productiveBranch: 'openSAP-week4-unit4'
### Step-specific configuration ### Step-specific configuration
steps: steps:
@@ -30,12 +30,6 @@ steps:
### Stage-specific configuration ### Stage-specific configuration
stages: 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: # integrationTests:
# credentials: # credentials:
# - alias: 'mySystemAlias' # - alias: 'mySystemAlias'
@@ -45,11 +39,9 @@ stages:
# nonErpDestinations: # nonErpDestinations:
# - 'myCustomDestination' # - 'myCustomDestination'
# productionDeployment: # productionDeployment:
# cfTargets: # cfTargets:
# - org: 'myOrg' # - org: 'myOrg'
# space: 'mySpace' # space: 'mySpace'
# apiEndpoint: 'https://' # apiEndpoint: 'https://api.cf.eu10.hana.ondemand.com'
# appName: 'myAppName' # credentialsId: 'cf-deploy-sap'
# manifest: 'manifest.yml'
# credentialsId: 'myDeploymentCredentialsId'