From 926b9ffea6ad4ec3fcade2ac5fabd14216d6f9d7 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Tue, 10 Feb 2026 21:48:31 +0100 Subject: [PATCH] Bundle Upgrade: Clarify artifactory source (#2648) Signed-off-by: Florian Hotze --- administration/bundles.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/administration/bundles.md b/administration/bundles.md index e75321d10..c09e0208f 100644 --- a/administration/bundles.md +++ b/administration/bundles.md @@ -134,7 +134,11 @@ you can update the individual bundle to get the fix immediately without waiting Bundles can either be built locally (through Maven) or downloaded directly from the [CI build server](https://ci.openhab.org) or from our [JFrog Artifactory](https://openhab.jfrog.io): 1. Depending on the openHAB version, the following sources are available: - 1. openHAB stable release: + 1. Current openHAB stable release: + - Add-ons: [Add-ons Artifactory](https://openhab.jfrog.io/ui/native/sandbox-release/org/openhab/addons/bundles/) + - UIs (Main UI, Basic UI): [WebUI Artifactory](https://openhab.jfrog.io/ui/native/sandbox-release/org/openhab/ui/bundles/) + - Note that the above artifactories are not available while a `sandbox-openhab*-patch-release` job is running on the [CI build server](https://ci.openhab.org/view/Sandbox/). + 1. Previous openHAB stable release: - Add-ons: [Add-ons Artifactory](https://openhab.jfrog.io/ui/native/sandbox-snapshot/org/openhab/addons/bundles/) - UIs (Main UI, Basic UI): [WebUI Artifactory](https://openhab.jfrog.io/ui/native/sandbox-snapshot/org/openhab/ui/bundles/) 1. Current openHAB milestone or snapshot: