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:
parent
72b6bebd7f
commit
15f692fa3d
@ -3,7 +3,7 @@
|
|||||||
executeFreeleapsPipeline {
|
executeFreeleapsPipeline {
|
||||||
serviceName = 'freeleaps-devops-reconciler'
|
serviceName = 'freeleaps-devops-reconciler'
|
||||||
environmentSlug = 'alpha'
|
environmentSlug = 'alpha'
|
||||||
serviceGitBranch = 'master'
|
serviceGitBranch = 'dev'
|
||||||
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-devops-reconciler.git"
|
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-devops-reconciler.git"
|
||||||
serviceGitRepoType = 'monorepo'
|
serviceGitRepoType = 'monorepo'
|
||||||
serviceGitCredentialsId = 'freeleaps-ops-git-credentials'
|
serviceGitCredentialsId = 'freeleaps-ops-git-credentials'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user