fix: correct serviceGitCredentialsId for freeleaps-devops-reconciler Jenkinsfile
This commit is contained in:
parent
8ea54f9974
commit
cb5d164397
@ -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 = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user