From 806966d5f0bec3e21ce22d8b02a9fbb1c9ac9dd7 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Jan 2025 10:21:58 -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