Skip to content

Commit

Permalink
Merge pull request #225 from dsteelma-umd/feature/LIBITD-2487
Browse files Browse the repository at this point in the history
LIBITD-2487. Fix Jenkinsfile for Jenkins v2.440.2

https://umd-dit.atlassian.net/browse/LIBITD-2487
  • Loading branch information
dsteelma-umd authored Mar 27, 2024
2 parents d64bbf0 + 44202a5 commit b39b353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ pipeline {
// Filter out the hundreds of TODOs warnings at the "INFO" level
// from the stock DSpace code
filters: [excludeType('TodoCommentCheck')],
unstableTotalNormal: 1, enabledForFailure: true)
qualityGates: [[threshold: 1, type: 'TOTAL', criticality: 'UNSTABLE']],
enabledForFailure: true)
}
}
}
Expand Down

0 comments on commit b39b353

Please sign in to comment.