Skip to content

Commit

Permalink
Fix linting in ci (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Jul 2, 2024
1 parent 0fee91e commit deeb213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit deeb213

Please sign in to comment.