Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf49870

Browse files
Clarification for post steps
1 parent9588a74 commitaf49870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎_docs/codefresh-yaml/post-step-operations.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title:"Post-Step Operations"
3-
description:"Annotating your builds andpipelines with dynamic metadata"
3+
description:"Annotate your builds andrun extra steps"
44
group:codefresh-yaml
55
redirect_from:
66
-/docs/post-step-operations/
@@ -79,7 +79,7 @@ run_tests:
7979

8080
##Running other steps
8181

82-
Post operations are only for metadata.If you want to runa step when another step fails or succeeds you need to use[conditional execution of steps]({{site.baseurl}}/docs/codefresh-yaml/conditional-execution-of-steps/) and the`fail_fast` property or[step hooks]({{site.baseurl}}/docs/codefresh-yaml/hooks/)
82+
If you want to runanother stepin the pipelinewhen another step fails or succeeds you need to use[conditional execution of steps]({{site.baseurl}}/docs/codefresh-yaml/conditional-execution-of-steps/) and the`fail_fast` property. You can also use[step hooks]({{site.baseurl}}/docs/codefresh-yaml/hooks/) for dedicated post step actions.
8383

8484
{% highlight yaml %}
8585
{% raw %}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp