forked from SoftwareAG/webmethods-sample-project-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.properties
executable file
·44 lines (36 loc) · 1.74 KB
/
project.properties
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
#CI Project Layout
#modify only if you deviate from the standard structure
# can be overwritten with external property "bda.projectName"
config.project.projectName=MyProject
# Asset paths
# Use slash "/" as path separator. Example: Use "C:/SoftwareAG", instead of "C:\SoftwareAG".
config.assets.isPackages=./assets/IS/Packages
# location of the WmTestSuite tests
config.assets.isTests=./assets/IS/Tests
# location of BPM Processes
config.assets.bpmProjects=./assets/BPM/
# location of MWS assets like CAF Task projects
config.assets.mwsProjects=./assets/MWS/
# location of webMethods Business Rules
config.assets.rulesProjects=./assets/Rules/
#S hould always be named UniversalMessaging
config.assets.umExport=./assets/UniversalMessaging
# the target nodes/environments
config.environments=ENV.groovy
# use splitDelpoymentSets=true if for each IS target server a separate DeploymentMap should be used for consecutive deployments
config.deployer.splitDelpoymentSets=false
# variable substitutions
config.deployer.doVarSub=true
config.deployer.varsubDir=resources/vs
# used to set the build version of source artifacts
config.build.version=1.0.0
# The parameter "config.build.fbr.type" is in the example overwritten by the Jenkinsfile
# config.build.fbr.type=local
config.build.fbr.type=artifactory
### Artifactory configuration
config.build.artifactory.repository=sag
config.build.artifactory.path.org=com.sag
# when set to true, then the trigger's node.ndf files in the IS package's source dir are modified so that triggers are suspsended at deployment time
config.build.suspendTriggersInSource=false
# set config.test.failBuildOnTestError to false if Jenkins should process the unit xml files
config.test.failBuildOnTestError=false