We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9faf602 commit 80f321fCopy full SHA for 80f321f
.teamcity/tests/buildTypes/E2EProductionTest.kt
@@ -11,6 +11,10 @@ import jetbrains.buildServer.configs.kotlin.triggers.schedule
11
object E2EProductionTest : BuildType({
12
name = "E2E Test in Production"
13
14
+ artifactRules = """
15
+ +:test-results/* => test-results.zip
16
+ """.trimIndent()
17
+
18
vcs {
19
root(vcsRoots.KotlinLangOrg)
20
}
.teamcity/tests/buildTypes/E2ETests.kt
@@ -12,6 +12,10 @@ import references.builds.kotlinx.serialization.KotlinxSerializationBuildApiRefer
object E2ETests : BuildType({
name = "E2E tests"
21
0 commit comments