Bundle Upgrade: Clarify artifactory source (#2648)
Signed-off-by: Florian Hotze <dev@florianhotze.com>pull/2662/head
parent
b0db0208d5
commit
926b9ffea6
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue