forked from SAP-archive/cloud-s4-sdk-codejam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline_config.yml
47 lines (40 loc) · 1.13 KB
/
pipeline_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#Project Setup
general:
productiveBranch: 'master'
unsafeMode: true
#Steps Specific Configuration
steps:
mavenExecute:
# dockerImage: 'maven:3.5.0-jdk-8'
projectSettingsFile : ''
deployToCfWithCli:
# dockerImage: 's4sdk/docker-cf-cli'
smokeTestStatusCode: '200'
mtaBuild:
mtaJarLocation: '/opt/sap/mta/lib/mta.jar'
dockerImage: 'ppiper/mta-archive-builder'
#Stage Specific Configurations
stages:
staticCodeChecks:
findbugsExcludesFile: 'spotbugs-exclude.xml'
pmdExcludes:
- '**/com/sap/cloud/s4hana/examples/addressmgr/machinelearning/**'
- '**/com/sap/cloud/s4hana/examples/addressmgr/blockchain/**'
integrationTests:
credentials:
- alias: 'S4HANA'
credentialId: 'S4HANA'
# s4SdkQualityChecks:
# jacocoExcludes:
# - ''
# nonErpDestinations:
# - ''
s4SdkQualityChecks:
jacocoExcludes:
- '**/com/sap/cloud/s4hana/examples/addressmgr/**'
productionDeployment:
cfTargets:
- org: 'TechEd2018_CNA629-TechEd2018'
space: 'teched'
apiEndpoint: 'https://api.cf.eu10.hana.ondemand.com'
credentialsId: 'cf-deploy'