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 Latest EAP' build configuration were updated
  • Loading branch information
[email protected] authored and teamcity committed Feb 19, 2024
1 parent c6027fc commit b38fad3
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .teamcity/patches/buildTypes/IdeaVimTests_Latest_EAP.kts
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
package patches.buildTypes

import jetbrains.buildServer.configs.kotlin.v2019_2.RelativeId
import jetbrains.buildServer.configs.kotlin.v2019_2.*
import jetbrains.buildServer.configs.kotlin.v2019_2.buildSteps.GradleBuildStep
import jetbrains.buildServer.configs.kotlin.v2019_2.buildSteps.gradle
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.changeBuildType
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.expectSteps
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.update
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_Latest_EAP'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("IdeaVimTests_Latest_EAP")) {
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
+:/mnt/agent/temp/buildTmp/ => /mnt/agent/temp/buildTmp/
+:/mnt/agent/work/ => /mnt/agent/work
""".trimIndent()

expectSteps {
gradle {
tasks = "clean test"
Expand Down

0 comments on commit b38fad3

Please sign in to comment.