Skip to content
Open
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
1 change: 1 addition & 0 deletions platform-cloud/cloud-sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"items": [
"pipelines/overview",
"pipeline-schema/overview",
"pipelines/versioning",
"pipelines/revision",
"launch/launchpad",
"labels/overview",
Expand Down
4 changes: 2 additions & 2 deletions platform-cloud/docs/pipelines/versioning.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Pipeline versioning"
title: "Pipeline versioning (preview)"
description: "Introduction to pipeline versioning in Seqera Platform."
date created: "2025-11-14"
tags: [pipelines, versioning, nextflow, parameters]
---

:::info
Pipeline versioning is a preview feature in active development. [Contact Seqera support](https://support.seqera.io/) to enable this feature in your organization workspaces.
Pipeline versioning is a preview feature. [Contact Seqera support](https://support.seqera.io/) to enable this feature in your organization workspaces.
:::

Seqera's pipeline versioning system captures configuration changes as new draft versions of the pipeline, ensuring configuration traceability and execution reproducibility. Users with appropriate permissions can edit and publish draft versions, creating published versions that teams can reference and launch consistently.
Expand Down