From 564a1fd2ad3bfa7a923dcf5f352f270aa909bc87 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Jan 2025 10:27:36 -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