fix: correct serviceName path in Jenkinsfile to resolve ArgoApplicationVersionUpdater path issue

This commit is contained in:
Nicolas 2025-08-05 19:04:24 +08:00
parent 9836bfd0ed
commit ac8b5de556

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"