chore: temporarily disable lint for reconciler component in Jenkinsfile
This commit is contained in:
parent
cb5d164397
commit
8e6faf1636
@ -19,7 +19,7 @@ executeFreeleapsPipeline {
|
|||||||
buildCacheEnabled: true,
|
buildCacheEnabled: true,
|
||||||
buildAgentImage: 'python:3.12-slim',
|
buildAgentImage: 'python:3.12-slim',
|
||||||
buildArtifacts: ['.'],
|
buildArtifacts: ['.'],
|
||||||
lintEnabled: true,
|
lintEnabled: false,
|
||||||
sastEnabled: true,
|
sastEnabled: true,
|
||||||
imageRegistry: 'docker.io',
|
imageRegistry: 'docker.io',
|
||||||
imageRepository: 'freeleaps',
|
imageRepository: 'freeleaps',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user