From e849bd4dd4ded5d0b9a08e3a4608c803ecb2227e Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 5 Aug 2025 10:24:56 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20jobs/freeleaps-data-backup?= =?UTF-8?q?/ci/Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the "main" branch to "master". --- jobs/freeleaps-data-backup/ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/freeleaps-data-backup/ci/Jenkinsfile b/jobs/freeleaps-data-backup/ci/Jenkinsfile index 94587067..f64ed754 100644 --- a/jobs/freeleaps-data-backup/ci/Jenkinsfile +++ b/jobs/freeleaps-data-backup/ci/Jenkinsfile @@ -3,7 +3,7 @@ library 'first-class-pipeline' executeFreeleapsPipeline { serviceName = 'freeleaps-data-backup' environmentSlug = 'prod' - serviceGitBranch = 'main' + serviceGitBranch = 'master' serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops.git" serviceGitRepoType = 'monorepo' serviceGitCredentialsId = 'freeleaps-repos-gitea-credentails'