From 6c5f98791cb4f7bef2ba482ccc07574f855ff2fd Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Jan 2025 10:23:20 -0500 Subject: [PATCH] Disable building old branches Jenkins doesn't have an obvious way of disabling builds and removing them for old branches and the best workaround I found was to simply remove the Jenkinsfile See #1009 --- Jenkinsfile => Jenkinsfile.disabled | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Jenkinsfile => Jenkinsfile.disabled (100%) diff --git a/Jenkinsfile b/Jenkinsfile.disabled similarity index 100% rename from Jenkinsfile rename to Jenkinsfile.disabled