Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions _data/home-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@
- title: Managing Argo CD applications
localurl: /docs/deployments/gitops/manage-application/

- title: Argo Workflows
icon: images/home-icons/pipeline.svg
url: ""
links:
- title: Creating Argo Workflows
localurl: /docs/workflows/create-pipeline
- title: Nested Argo Workflows
localurl: /docs/workflows/nested-workflows/
- title: Configure artifact repository
localurl: /docs/workflows/configure-artifact-repository/
- title: Selectors for concurrency synchronization
localurl: /docs/workflows/concurrency-limit/
- title: Sharing file systems
localurl: /docs/workflows/sharing-file-system/

- title: Installation
icon: images/home-icons/runtimes.svg
Expand Down
13 changes: 0 additions & 13 deletions _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,19 +457,6 @@
- title: Pipeline definitions YAML
url: "/what-is-the-codefresh-yaml"

- title: Argo Workflows
url: "/workflows"
pages:
- title: Creating Argo Workflows
url: "/create-pipeline"
- title: Nested Argo Workflows
url: "/nested-workflows"
- title: Configure artifact repository
url: "/configure-artifact-repository"
- title: Selectors for concurrency synchronization
url: "/concurrency-limit"
- title: Sharing file systems
url: "/sharing-file-system"

- title: Testing
url: "/testing"
Expand Down
6 changes: 6 additions & 0 deletions _docs/workflows/create-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ group: workflows
toc: true
---

{{site.data.callout.callout_warning}}
The Argo Workflows (Delivery Pipelines) feature is no longer actively maintained.
{{site.data.callout.end}}



Delivery Pipelines are where all the CI magic happens in Codefresh. Delivery Pipelines connect Argo Workflows and Argo Events with our unique functionality to implement and optimize CI/CD flows, such as checking out code, building and testing artifacts, running unit and acceptance tests, or any customized flows you need in your enterprise.

Codefresh integrates with Argo Workflows and Argo Events, while greatly simplifying the process of creating pipelines and triggering them to submit workflows.
Expand Down