Merge pull request 'fix: correct serviceName path in Jenkinsfile to resolve ArgoApplicationVersionUpdater path issue' (#57) from Nicolas_local_ops into master

Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/57
This commit is contained in:
Nicolas 2025-08-05 11:30:15 +00:00
commit 275e9bfeda

View File

@ -1,7 +1,7 @@
library 'first-class-pipeline'
executeFreeleapsPipeline {
serviceName = 'freeleaps-data-backup'
serviceName = 'jobs/freeleaps-data-backup'
environmentSlug = 'prod'
serviceGitBranch = 'master'
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops.git"