Skip to content

Commit

Permalink
chore: enable eslint results record even on failure (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Feb 12, 2024
1 parent be4b089 commit e6e8480
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ pipeline {
}
post {
always {
recordIssues(tools: [
recordIssues(
enabledForFailure: true,
tools: [
esLint(pattern: 'eslint-results.json'),
])
}
Expand Down

0 comments on commit e6e8480

Please sign in to comment.