chore: remove argoControlledRepo config and update shared library usage

This commit is contained in:
Nicolas 2025-07-24 15:15:17 +08:00
parent f6429cdd49
commit 6d6c76f9df
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
@Library('first-class-pipeline@Nicolas_local_ops') _
@Library('first-class-pipeline') _
executeFreeleapsPipeline {
serviceName = 'freeleaps'
@ -29,10 +29,7 @@ executeFreeleapsPipeline {
imageBuildRoot: '..',
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
semanticReleaseEnabled: true,
argoControlledRepo: 'https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops.git',
argoControlledRepoCredentialsId: 'freeleaps-ops-credentials',
argoControlledRepoBranch: 'Nicolas_local_ops'
semanticReleaseEnabled: true
]
]
}

View File

@ -1,4 +1,4 @@
@Library('first-class-pipeline@Nicolas_local_ops') _
@Library('first-class-pipeline') _
executeFreeleapsPipeline {
serviceName = 'freeleaps'