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

Commit3bf0562

Browse files
skipped is only available in sequential mode
1 parent5a93c93 commit3bf0562

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎_docs/codefresh-yaml/advanced-workflows.md‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,6 @@ At the most basic level, you can define that a step *depends on* the execution o
558558
1. The first step was skipped
559559
1. The first completes (regardless of exit) status
560560

561-
>Notice that step dependencies only work for[full parallel mode](#parallel-pipeline-mode) (i.e. you need`mode: parallel` at the top of the pipeline yaml).
562-
563561
The syntax for this is the following post-condition:
564562

565563
{% highlight yaml %}
@@ -683,8 +681,6 @@ Also notice the `fail_fast: false` line in the unit tests. By default, if *any*
683681

684682
A pipeline step can also depend on multiple other steps.
685683

686-
>Notice that step dependencies only work for[full parallel mode](#parallel-pipeline-mode) (i.e. you need`mode: parallel` at the top of the pipeline yaml).
687-
688684
The syntax is:
689685

690686
{% highlight yaml %}
@@ -842,7 +838,7 @@ You can now add extra conditions regarding the completion state of specific step
842838

843839
* Success
844840
* Failure
845-
* Skipped
841+
* Skipped (only valid in sequential mode)
846842
* Finished (regardless of status)
847843
* Pending
848844
* Running

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp