From 75b58f03337c70ac70ca8564eaab9df7d8ddc9fb Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Jan 2025 10:17:24 -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