From 51681745cf4021a7ccaf3a43b56228446d08b8c9 Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Fri, 13 Sep 2024 12:38:42 +0530 Subject: [PATCH] feat: Added Elestio as one-click deploy option --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 55718e5a74..1ac37c95b8 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,12 @@ The default behaviour when upgrading from a docker image that didn't write marke If you want to upgrade existing plugins without marker you may run the docker image with `-e TRY_UPGRADE_IF_NO_MARKER=true`. Then plugins will be upgraded if the version provided by the docker image is newer. +# Self-Hosting Jenkins + +### Elestio + +[![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/jenkins) + # Hacking If you wish to contribute fixes to this repository, please refer to the [dedicated documentation](HACKING.adoc).