Skip to content

Commit 44e558d

Browse files
committed
Fix missing id and artifact rules in teamcity build configuration
1 parent b226b95 commit 44e558d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.teamcity/settings.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ project {
5353
fun createBuild(buildGroup: String, buildName: String): BuildType {
5454
return object : BuildType() {
5555
init {
56+
id("$buildGroup/$buildName")
5657
name = "$buildGroup/$buildName"
5758

5859
configureVcs()
@@ -71,6 +72,8 @@ fun createBuild(buildGroup: String, buildName: String): BuildType {
7172
dockerRunParameters = "--rm --interactive=false -v ${"$"}PWD:/data/ -w /data/$buildGroup"
7273
}
7374
}
75+
76+
artifactRules = "+:$buildGroup/*.pdf"
7477
}
7578
}
7679
}

0 commit comments

Comments
 (0)