update magicleaps jenkins file

This commit is contained in:
icecheng 2025-08-19 10:54:28 +08:00
parent b7908d1692
commit a1ad282e7c

View File

@ -4,9 +4,9 @@ executeFreeleapsPipeline {
serviceName = 'magicleaps'
environmentSlug = 'alpha'
serviceGitBranch = 'develop'
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps"
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/magicleaps/magicleaps"
serviceGitRepoType = 'monorepo'
serviceGitCredentialsId = 'magicleaps-azure-devops-credentials'
serviceGitCredentialsId = 'freeleaps-ops-git-credentials'
executeMode = 'fully'
commitMessageLintEnabled = true
components = [
@ -23,7 +23,7 @@ executeFreeleapsPipeline {
lintEnabled: false,
sastEnabled: false,
imageRegistry: 'docker.io',
imageRepository: 'sunzhenyucn',
imageRepository: 'magicleaps',
imageName: 'magicleaps-frontend',
imageBuilder: 'dind',
dockerfilePath: 'Dockerfile',
@ -43,7 +43,7 @@ executeFreeleapsPipeline {
lintEnabled: false,
sastEnabled: false,
imageRegistry: 'docker.io',
imageRepository: 'sunzhenyucn',
imageRepository: 'magicleaps',
imageName: 'magicleaps-backend',
imageBuilder: 'dind',
dockerfilePath: 'Dockerfile',