ci: add comment to clarify serviceGitBranch configuration

This commit is contained in:
Nicolas 2025-07-24 09:22:42 +08:00
parent c3842ea9a4
commit 48cb560bfd

View File

@ -3,6 +3,7 @@
executeFreeleapsPipeline { executeFreeleapsPipeline {
serviceName = 'freeleaps' serviceName = 'freeleaps'
environmentSlug = 'alpha' environmentSlug = 'alpha'
// Ensure this branch exists in the freeleaps-service-hub repository
serviceGitBranch = 'Nicolas_service_hub' 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'