From 67782ec033c30cf80b07b0b1569f268d42cfdfc4 Mon Sep 17 00:00:00 2001 From: Natesh Relhan Date: Thu, 20 Aug 2026 12:37:40 +0530 Subject: [PATCH] Note that the Jenkinsfile is not operational The Jenkins server it ran on was decommissioned in August 2026. It performed a build-and-archive step nothing downstream consumed; publishing has always run through GitHub Actions. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cb68bfb..7143a98 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,13 @@ Security issues go to **natesh@likeminds.community**, not the issue tracker. ## License Apache 2.0. See [LICENSE](LICENSE) and [NOTICE](NOTICE). + +--- + +## A note on the Jenkinsfile + +The `Jenkinsfile` in this repo is **retained for historical reference and is not operational**. The +Jenkins server it ran on was decommissioned in August 2026. + +It performed a build-and-archive step that nothing downstream consumed. Publishing has always run +through the GitHub Actions workflows in `.github/workflows`, which are unaffected.