fix(ci): update serviceGitBranch in Jenkinsfile from 'master' to 'dev' for alpha environment

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-01 09:33:54 +08:00
parent 72b6bebd7f
commit 15f692fa3d

View File

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