feat: update metrics branch name in Jenkinsfile

This commit is contained in:
icecheng 2025-09-18 14:07:13 +08:00
parent 232b40f24e
commit dc9bbb07eb

View File

@ -4,7 +4,7 @@ executeFreeleapsPipeline {
serviceName = 'freeleaps'
environmentSlug = 'alpha'
// Ensure this branch exists in the freeleaps-service-hub repository
serviceGitBranch = 'freeleaps/icecheng/metrics'
serviceGitBranch = 'feature/icecheng/metrics'
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub.git"
serviceGitRepoType = 'monorepo'
serviceGitCredentialsId = 'freeleaps-ops-git-credentials'