From 669c5249ff46ca4227b82b0a9c43f033c9700508 Mon Sep 17 00:00:00 2001 From: Daniel Kurzynski Date: Mon, 6 Apr 2020 17:45:33 +0200 Subject: [PATCH] Update pipeline_config.yml --- pipeline_config.yml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/pipeline_config.yml b/pipeline_config.yml index f97a30a3..c2ee8580 100644 --- a/pipeline_config.yml +++ b/pipeline_config.yml @@ -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'