update magicleaps jenkins file
This commit is contained in:
parent
b7908d1692
commit
a1ad282e7c
8
magicleaps/alpha/ci/Jenkinsfile
vendored
8
magicleaps/alpha/ci/Jenkinsfile
vendored
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user