更新 jobs/freeleaps-data-backup/ci/Jenkinsfile

Change the "main" branch to "master".
This commit is contained in:
Nicolas 2025-08-05 10:24:56 +00:00
parent 1336dc1d3a
commit e849bd4dd4

View File

@ -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'