fix(jenkins): disable commit message linting in Jenkinsfile

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-22 19:07:23 +08:00
parent 0f4447795f
commit f5536e16e6

View File

@ -8,7 +8,7 @@ executeFreeleapsPipeline {
serviceGitRepoType = 'monorepo' serviceGitRepoType = 'monorepo'
serviceGitCredentialsId = 'freeleaps-azure-devops-credentials' serviceGitCredentialsId = 'freeleaps-azure-devops-credentials'
executeMode = 'fully' executeMode = 'fully'
commitMessageLintEnabled = true commitMessageLintEnabled = false
components = [ components = [
[ [
name: 'authentication', name: 'authentication',