You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .teamcity/settings.kts
+4-22Lines changed: 4 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ object DebugBuild : BuildType({
38
38
text("Build.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
39
39
param("Build.Timeout", "30")
40
40
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
41
-
text("Timeout", "30", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
text("Build.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
107
103
param("Build.Timeout", "30")
108
104
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
109
-
text("Timeout", "30", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
text("Build.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
166
158
param("Build.Timeout", "30")
167
159
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
168
-
text("Timeout", "30", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
text("Publish.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Publish' build step.", allowEmpty = true)
208
+
param("Publish.Timeout", "30")
220
209
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
221
-
text("Timeout", "30", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
text("Bump.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Bump' build step.", allowEmpty = true)
269
+
param("Bump.Timeout", "15")
284
270
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
285
-
text("Timeout", "15", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
0 commit comments