chore: change Jenkinsfile execute mode from 'on_demand' to 'auto' for service hub

This commit is contained in:
Nicolas 2025-09-25 17:06:40 +08:00
parent 4bb2653bb7
commit 3159d40c19

View File

@ -8,7 +8,7 @@ executeFreeleapsPipeline {
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub.git" serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub.git"
serviceGitRepoType = 'monorepo' serviceGitRepoType = 'monorepo'
serviceGitCredentialsId = 'freeleaps-ops-git-credentials' serviceGitCredentialsId = 'freeleaps-ops-git-credentials'
executeMode = 'on_demand' executeMode = 'auto'
commitMessageLintEnabled = false commitMessageLintEnabled = false
components = [ components = [
[ [