|
1 | 1 | --- |
2 | 2 | title:"Post-Step Operations" |
3 | | -description:"Annotating your builds andpipelines with dynamic metadata" |
| 3 | +description:"Annotate your builds andrun extra steps" |
4 | 4 | group:codefresh-yaml |
5 | 5 | redirect_from: |
6 | 6 | -/docs/post-step-operations/ |
@@ -79,7 +79,7 @@ run_tests: |
79 | 79 |
|
80 | 80 | ##Running other steps |
81 | 81 |
|
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. |
83 | 83 |
|
84 | 84 | {% highlight yaml %} |
85 | 85 | {% raw %} |
|