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

Commit516c400

Browse files
Add parallel pipeline note to conditional page (#763)
* Add parallel pipeline note to conditional page* Correct dynamic urls for conditional page
1 parentfb80a7e commit516c400

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎_docs/pipelines/conditional-execution-of-steps.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ Try running the pipeline above and see how it behaves when a variable called `MY
242242

243243
>Notice that if you use this pattern a lot it means that you are trying to create a complex pipeline that is very smart. We suggest you create instead multiple[simple pipelines for the same project]({{site.baseurl}}/docs/ci-cd-guides/pull-request-branches/#trunk-based-development).
244244
245+
246+
##Single step dependencies
247+
When[parallel execution]({{site.baseurl}}/docs/docs/pipelines/advanced-workflows/#parallel-pipeline-execution) is enabled, the`when:` conditional can be used to set up step dependencies using the`steps:` and`on:` keywords. For more information,[check the parallel pipeline execution page]({{site.baseurl}}/docs/docs/pipelines/advanced-workflows/#parallel-pipeline-execution).
248+
245249
##Related articles
246250
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
247251
[Variables in pipelines]({{site.baseurl}}/docs/pipelines/variables/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp