Commit 9d0878e53 for clamav.net

commit 9d0878e536396671b8ca665a7b6ab23af520705b
Author: Val S. <valsnyde@cisco.com>
Date:   Thu Jul 30 15:18:57 2026 -0400

    Jenkinsfile: supporting repos branch name change (#1784)

    Changing the branch names for FUZZ_CORPUS_BRANCH and SHARED_LIB_BRANCH from master to main.

diff --git a/Jenkinsfile b/Jenkinsfile
index 424d2a713..11261ccc6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,10 +46,10 @@ properties(
                        defaultValue: 'fuzz-regression-1.6',
                        description: 'test-pipelines branch for fuzz regression tests'),
                 string(name: 'FUZZ_CORPUS_BRANCH',
-                       defaultValue: 'master',
+                       defaultValue: 'main',
                        description: 'private-fuzz-corpus branch'),
                 string(name: 'SHARED_LIB_BRANCH',
-                       defaultValue: 'master',
+                       defaultValue: 'main',
                        description: 'tests-jenkins-shared-libraries branch')
             ]
         )
@@ -234,4 +234,4 @@ pipeline {
             }
         }
     }
-}
\ No newline at end of file
+}