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)
34
34
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
35
-
text("TimeOut", "300", label = "Time-OutThreshold", description = "Seconds after the duration of the last successful build.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
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)
115
96
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
116
-
text("TimeOut", "300", label = "Time-OutThreshold", description = "Seconds after the duration of the last successful build.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
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)
187
149
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
188
-
text("TimeOut", "300", label = "Time-OutThreshold", description = "Seconds after the duration of the last successful build.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
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)
259
202
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
260
-
text("TimeOut", "300", label = "Time-OutThreshold", description = "Seconds after the duration of the last successful build.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
203
+
text("TimeOut", "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)
328
261
text("DefaultBranch", "develop/2023.2", label = "DefaultBranch", description = "The default branch of this build configuration.")
329
-
text("TimeOut", "300", label = "Time-OutThreshold", description = "Seconds after the duration of the last successful build.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
262
+
text("TimeOut", "15", label = "Time-Out", description = "Timeout, in minutes.", regex = """\d+""", validationMessage = "The timeout has to be an integer number.")
0 commit comments