forked from SchweizerischeBundesbahnen/matsim-sbb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestaCloudPipeline.json
42 lines (42 loc) · 1.14 KB
/
estaCloudPipeline.json
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
{
"$schema": "https://code.sbb.ch/projects/KD_ESTA/repos/esta-cloud-pipeline/raw/resources/estaCloudPipelineSchema.json?at=refs%2Ftags%2Frelease",
"mainBranch": "master",
"hotfixBranch": "bugfix",
"versionIncrementPosition": "patch",
"jdkLabel": "OpenJDK 17 64-Bit",
"mvn": {
"parentPom": "pom.xml",
"deployableArtifactsPom": "pom.xml",
"artifactoryMavenRepo": "simba.mvn"
},
"stages": [],
"steps": [
{
"stepType": "continuous",
"isBuildEnabled": true,
"branchNamePrefixes": [
"feature"
],
"junitTestReportPath": "**/target/surefire-reports/*.xml"
},
{
"stepType": "integrationBuild",
"isBuildEnabled": true,
"sonarScanEnabled": true,
"triggerBuildOnCommitEnabled": true,
"junitTestReportPath": "**/target/surefire-reports/*.xml"
},
{
"stepType": "release",
"isBuildEnabled": true,
"sonarScanEnabled": false,
"triggerBuildOnCommitEnabled": false,
"hotfixCreationEnabled": false,
"additionalBuildParams":"-DignoreSnapshots=true"
},
{
"stepType": "hotfix",
"isBuildEnabled": false
}
]
}