fix(jenkins): disable commit message linting in Jenkinsfile
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
0f4447795f
commit
f5536e16e6
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user