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: _posts/2023-11-30-nov-release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ description: "Release Notes for Codefresh Pipelines and GitOps"
11
11
We are happy to announce a new field for pipeline steps, the`timeout` flag to further enhance control over your pipelines!
12
12
The`timeout` flag, when assigned to a step, prevents that step from running beyond a specific duration if so required.
13
13
14
-
Add the`timeout` flag with the <duration> and <units> to any of these step types:`git-clone`,`freestyle`,`build`,`push`,`composition`,`pending-approval`.
14
+
Add the`timeout` flag with the`<duration>` and`<units>` to any of these step types:`git-clone`,`freestyle`,`build`,`push`,`composition`,`pending-approval`.
15
15
16
16
**How it works**
17
17
* Steps that exceed the timeout limit are automatically terminated. If the steps are completed before the timeout limits are exceeded, the timeout values are ignored.