diff --git a/Jenkinsfile b/Jenkinsfile index 8f076e5..2b76ae6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -137,7 +137,7 @@ pipeline { success { // Record & publish ESLint issues recordIssues enabledForFailure: true, publishAllIssues: true, aggregatingResults: true, - tools: [esLint(pattern: 'node_modules/**/*/eslint.xml')], + tools: [esLint(pattern: './eslint.xml')], qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]] withChecks('Tests') {