-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpipeline_config.yml
More file actions
40 lines (33 loc) · 841 Bytes
/
pipeline_config.yml
File metadata and controls
40 lines (33 loc) · 841 Bytes
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
#Project Setup
general:
productiveBranch: 'master'
#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: ''
# credentialId: ''
# s4SdkQualityChecks:
# jacocoExcludes:
# - ''
# nonErpDestinations:
# - ''
# productionDeployment:
# cfTargets:
# - org: 'org'
# space: 'Productive'
# apiEndpoint: 'https://'
# appName: 'appName'
# manifest: 'manifest.yml'
# credentialsId: 'credentialsId'