fix: correct serviceGitCredentialsId for freeleaps-devops-reconciler Jenkinsfile

This commit is contained in:
Nicolas 2025-07-23 21:14:58 +08:00
parent 8ea54f9974
commit cb5d164397

View File

@ -6,7 +6,7 @@ executeFreeleapsPipeline {
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"
serviceGitRepoType = 'monorepo' serviceGitRepoType = 'monorepo'
serviceGitCredentialsId = 'freeleaps-repos-gitea-credentails' serviceGitCredentialsId = 'freeleaps-ops-git-credentials'
executeMode = 'fully' executeMode = 'fully'
commitMessageLintEnabled = false commitMessageLintEnabled = false
components = [ components = [