Skip to content

Commit

Permalink
TeamCity change in 'Ideavim' project: general settings of 'Tests for …
Browse files Browse the repository at this point in the history
…IntelliJ 2024.2' build configuration were updated
  • Loading branch information
[email protected] authored and teamcity committed Oct 25, 2024
1 parent 5024fd9 commit dfe645c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .teamcity/patches/buildTypes/IdeaVimTests_2024_2.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package patches.buildTypes

import jetbrains.buildServer.configs.kotlin.v2019_2.*
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*

/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, change the buildType with id = 'IdeaVimTests_2024_2'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("IdeaVimTests_2024_2")) {
check(artifactRules == """
+:build/reports => build/reports
+:/mnt/agent/temp/buildTmp/ => /mnt/agent/temp/buildTmp/
""".trimIndent()) {
"Unexpected option value: artifactRules = $artifactRules"
}
artifactRules = """
+:build/reports => build/reports
+:tests/java-tests/build/reports => java-tests/build/reports
+:/mnt/agent/temp/buildTmp/ => /mnt/agent/temp/buildTmp/
""".trimIndent()
}

0 comments on commit dfe645c

Please sign in to comment.