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: apps/api/openapi/openapi.json
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1000,13 +1000,6 @@
1000
1000
"minimum": 0,
1001
1001
"type": "integer"
1002
1002
},
1003
-
"minimumSockTimeMinutes": {
1004
-
"deprecated": true,
1005
-
"description": "Use minimumSoakTimeMinutes instead. Minimum time to wait after the depends on environment is in a success state before the current environment can be deployed",
description:'Use minimumSoakTimeMinutes instead. Minimum time to wait after the depends on environment is in a success state before the current environment can be deployed',
* @description Minimum time to wait after the depends on environment is in a success state before the current environment can be deployed. Defaults to 0 if not provided.
1406
1406
*/
1407
1407
minimumSoakTimeMinutes?: number;
1408
-
/**
1409
-
* Format: int32
1410
-
* @deprecated
1411
-
* @description Use minimumSoakTimeMinutes instead. Minimum time to wait after the depends on environment is in a success state before the current environment can be deployed
/** @description CEL expression to match upstream deployment(s) that must have a successful release before this deployment can proceed. */
1239
+
/** @description CEL expression to match upstream deployment(s) that must have a successful release before this deployment can proceed. The expression can reference both deployment properties (deployment.id, deployment.name, deployment.slug, deployment.metadata) and the currently deployed version properties (version.id, version.tag, version.name, version.status, version.metadata, version.createdAt). For example: deployment.name == 'db-migration' && version.tag.startsWith('v2.'). */
1244
1240
dependsOn: string;
1245
1241
};
1246
-
DeploymentJobAgent: {
1247
-
config: components["schemas"]["JobAgentConfig"];
1248
-
ref: string;
1249
-
/** @description CEL expression to determine if the job agent should be used */
* @description Minimum time to wait after the depends on environment is in a success state before the current environment can be deployed
1408
-
* @default 0
1405
+
* @description Minimum time to wait after the depends on environment is in a success state before the current environment can be deployed. Defaults to 0 if not provided.
0 commit comments