refactor(Jenkinsfile): clarify serviceGitRepoType comment for better understanding

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 11:36:09 +08:00
parent ae77e64ac1
commit 4a2fe3b8a3

View File

@ -5,7 +5,7 @@ executeFreeleapsPipeline {
environmentSlug = 'alpha' environmentSlug = 'alpha'
serviceGitBranch = 'master' serviceGitBranch = 'master'
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps" serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps"
serviceGitRepoType = 'monorepo' serviceGitRepoType = 'monorepo' // monorepo, separated
executeMode = 'on-demand' // on-demand, full executeMode = 'on-demand' // on-demand, full
commitMessageLintEnabled = true commitMessageLintEnabled = true
components = [ components = [