fix: change execute mode from 'on-demand' to 'fully' in Jenkinsfiles

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-18 12:48:29 +08:00
parent a585c72610
commit 549e7a6659
2 changed files with 2 additions and 2 deletions

View File

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

View File

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