feat: update Jenkinsfile
This commit is contained in:
parent
59b1f13140
commit
08881ceb32
@ -4,7 +4,7 @@ executeFreeleapsPipeline {
|
||||
serviceName = 'freeleaps'
|
||||
environmentSlug = 'alpha'
|
||||
// Ensure this branch exists in the freeleaps-service-hub repository
|
||||
serviceGitBranch = 'feature/icecheng/metrics'
|
||||
serviceGitBranch = 'dev'
|
||||
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub.git"
|
||||
serviceGitRepoType = 'monorepo'
|
||||
serviceGitCredentialsId = 'freeleaps-ops-git-credentials'
|
||||
|
||||
@ -10,7 +10,7 @@ metrics:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: metrics
|
||||
tag: "1.0.0"
|
||||
tag: snapshot-38ff0ae
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
@ -10,7 +10,7 @@ devops:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: devops
|
||||
tag: snapshot-046f9ff
|
||||
tag: snapshot-38ff0ae
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
Loading…
Reference in New Issue
Block a user