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
text("BuildArguments", "", label = "BuildArguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
33
+
param("PrepareImage.Timeout", "120")
34
+
param("Build.Timeout", "35")
35
+
text("Build.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
34
36
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
35
-
text("TimeOut", "60", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
text("BuildArguments", "", label = "BuildArguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
95
+
param("PrepareImage.Timeout", "120")
96
+
param("Build.Timeout", "35")
97
+
text("Build.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
96
98
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
97
-
text("TimeOut", "60", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
text("BuildArguments", "", label = "BuildArguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
148
+
param("PrepareImage.Timeout", "120")
149
+
param("Build.Timeout", "35")
150
+
text("Build.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
149
151
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
150
-
text("TimeOut", "60", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
text("PublishArguments", "", label = "PublishArguments", description = "Arguments to append to the 'Publish' build step.", allowEmpty = true)
201
+
param("PrepareImage.Timeout", "120")
202
+
param("Publish.Timeout", "15")
203
+
text("Publish.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Publish' build step.", allowEmpty = true)
202
204
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
203
-
text("TimeOut", "30", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
205
+
text("Timeout.All", "30", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
text("BumpArguments", "", label = "BumpArguments", description = "Arguments to append to the 'Bump' build step.", allowEmpty = true)
269
+
param("PrepareImage.Timeout", "120")
270
+
param("Bump.Timeout", "15")
271
+
text("Bump.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Bump' build step.", allowEmpty = true)
266
272
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
267
-
text("TimeOut", "15", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
273
+
text("Timeout.All", "15", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
0 commit comments