chore: update Jenkinsfile execute mode to 'fully' for service hub, devsvc, and frontend

This commit is contained in:
Nicolas 2025-09-25 17:15:19 +08:00
parent 71b9f37ed9
commit 026340be92
3 changed files with 3 additions and 3 deletions

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 = 'auto' executeMode = 'fully'
commitMessageLintEnabled = false commitMessageLintEnabled = false
components = [ components = [
[ [

View File

@ -7,7 +7,7 @@ executeFreeleapsPipeline {
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps2-devsvc.git" serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps2-devsvc.git"
serviceGitRepoType = 'monorepo' serviceGitRepoType = 'monorepo'
serviceGitCredentialsId = 'freeleaps-repos-gitea-credentails' serviceGitCredentialsId = 'freeleaps-repos-gitea-credentails'
executeMode = 'on-demand' executeMode = 'fully'
commitMessageLintEnabled = false commitMessageLintEnabled = false
components = [ components = [
[ [

View File

@ -7,7 +7,7 @@ executeFreeleapsPipeline {
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/products/freeleaps.git" serviceGitRepo = "https://gitea.freeleaps.mathmast.com/products/freeleaps.git"
serviceGitRepoType = 'monorepo' serviceGitRepoType = 'monorepo'
serviceGitCredentialsId = 'freeleaps-repos-gitea-credentails' serviceGitCredentialsId = 'freeleaps-repos-gitea-credentails'
executeMode = 'on_demand' executeMode = 'fully'
commitMessageLintEnabled = false commitMessageLintEnabled = false
components = [ components = [
[ [