-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipeline_config.yml
41 lines (34 loc) · 928 Bytes
/
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
#Project Setup
general:
productiveBranch: 'master'
projectName: 'address-manager'
#Steps Specific Configuration
steps:
mavenExecute:
# dockerImage: 'maven:3.5.0-jdk-8'
projectSettingsFile : ''
deployToCfWithCli:
# dockerImage: 's4sdk/docker-cf-cli'
smokeTestStatusCode: '200'
#Stage Specific Configurations
stages:
staticCodeChecks:
findbugsExcludesFile: '' #Path to findbugs exclude file
pmdExcludes: '' # List or ANT style patterns
integrationTests:
credentials:
- alias: 'ERP_SYSTEM'
credentialId: 'ERP_SYSTEM'
# s4SdkQualityChecks:
# jacocoExcludes:
# - ''
# nonErpDestinations:
# - ''
productionDeployment:
cfTargets:
- org: 'P2000934521trial_trial'
space: 'dev'
apiEndpoint: 'https://api.cf.eu10.hana.ondemand.com'
appName: ' address-manager'
manifest: 'manifest.yml'
credentialsId: 'CF-DEPLOY'