Skip to content

Commit ae721fa

Browse files
authored
Merge pull request #4744 from FlowFuse/azure-gitops-changelog
Azure gitops changelog
2 parents 9872700 + 9962055 commit ae721fa

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

src/_data/featureCatalog.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,9 @@ sections:
481481
label: DevOps Pipelines
482482
description: "Set up different environments for development, testing, and production Node-RED instances to support a full software delivery lifecycle."
483483
docsLink: /docs/user/devops-pipelines/
484-
changelog: null
484+
changelog:
485+
- url: '/changelog/2026/03/azure-dev-ops-gitops'
486+
release: '2.29.0'
485487
solutions: [mes, scada, uns, it-ot-middleware, data-integration]
486488
showOnPricing: true
487489
tags: [cloud, self-hosted]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Azure DevOps Pipeline support
3+
description: DevOps Pipeline Git Stages now support Azure DevOps repositories alongside GitHub
4+
date: 2026-03-24 17:00:00
5+
authors: ['ben-hardill']
6+
tags:
7+
- changelog
8+
issues:
9+
- https://github.com/FlowFuse/flowfuse/issues/5491
10+
---
11+
12+
[DevOps Pipeline](https://flowfuse.com/docs/user/devops-pipelines) Git Stages now support Azure DevOps repositories alongside GitHub.
13+
14+
If your team already uses Azure DevOps for CI and code review, you can now push and pull Snapshots directly as part of that workflow — no need to manage your Node-RED flows outside your existing tooling.
15+
16+
Add Personal Access Tokens under Team Settings → Integrations
17+
18+
![Dialog to create a new Azure DevOps Token](./images/azure-token.png)
19+
_The Azure DevOps token dialog under Team Settings → Integrations_
20+
21+
Pro and Enterprise customers on FlowFuse Cloud and Enterprise licensed Self Hosted users can use Azure DevOps repositories in their Pipelines from v2.29.
78.7 KB
Loading

0 commit comments

Comments
 (0)