Merge pull request 'Changed the path of the reconciler' (#5) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/5
This commit is contained in:
commit
4a02e1a47f
@ -1,7 +1,7 @@
|
|||||||
@Library('first-class-pipeline@Nicolas_local_ops') _
|
@Library('first-class-pipeline') _
|
||||||
|
|
||||||
executeFreeleapsPipeline {
|
executeFreeleapsPipeline {
|
||||||
serviceName = 'freeleaps'
|
serviceName = 'freeleaps-devops-reconciler'
|
||||||
environmentSlug = 'alpha'
|
environmentSlug = 'alpha'
|
||||||
serviceGitBranch = 'master'
|
serviceGitBranch = 'master'
|
||||||
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-devops-reconciler.git"
|
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-devops-reconciler.git"
|
||||||
@ -29,10 +29,7 @@ executeFreeleapsPipeline {
|
|||||||
imageBuildRoot: '..',
|
imageBuildRoot: '..',
|
||||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
||||||
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
||||||
semanticReleaseEnabled: true,
|
semanticReleaseEnabled: true
|
||||||
argoControlledRepo: 'https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops.git',
|
|
||||||
argoControlledRepoCredentialsId: 'freeleaps-ops-credentials',
|
|
||||||
argoControlledRepoBranch: 'Nicolas_local_ops'
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1,4 +1,4 @@
|
|||||||
@Library('first-class-pipeline@Nicolas_local_ops') _
|
@Library('first-class-pipeline') _
|
||||||
|
|
||||||
executeFreeleapsPipeline {
|
executeFreeleapsPipeline {
|
||||||
serviceName = 'freeleaps'
|
serviceName = 'freeleaps'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user