fix: set serviceGitBranch to Nicolas_service_hub for service hub pipeline

This commit is contained in:
Nicolas 2025-07-23 22:01:38 +08:00
parent d21fe5bcf7
commit 8f464f1f91

View File

@ -3,7 +3,7 @@
executeFreeleapsPipeline { executeFreeleapsPipeline {
serviceName = 'freeleaps' serviceName = 'freeleaps'
environmentSlug = 'alpha' environmentSlug = 'alpha'
serviceGitBranch = 'dev' serviceGitBranch = 'Nicolas_service_hub'
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub.git" serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub.git"
serviceGitRepoType = 'monorepo' serviceGitRepoType = 'monorepo'
serviceGitCredentialsId = 'freeleaps-ops-git-credentials' serviceGitCredentialsId = 'freeleaps-ops-git-credentials'