Skip to content

Commit

Permalink
SRE-2145 Warnings-ng 11.2.2 modified API (#14111) (#14132)
Browse files Browse the repository at this point in the history
Warnings-ng 11.2.2 removed the ignoreFailedBuilds parameter from the
recordIssues Step.

Signed-off-by: John E. Malmberg <[email protected]>
  • Loading branch information
brianjmurrell authored Apr 9, 2024
1 parent 7208711 commit 8d4a74b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ pipeline {
valgrind_stash: 'el8-gcc-nlt-memcheck'
recordIssues enabledForFailure: true,
failOnError: false,
ignoreFailedBuilds: true,
ignoreQualityGate: true,
name: 'NLT server leaks',
qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]],
Expand Down Expand Up @@ -1043,7 +1042,6 @@ pipeline {
scm: 'daos-stack/daos'
recordIssues enabledForFailure: true,
failOnError: false,
ignoreFailedBuilds: true,
ignoreQualityGate: true,
qualityGates: [[threshold: 1, type: 'TOTAL_ERROR'],
[threshold: 1, type: 'TOTAL_HIGH'],
Expand Down

0 comments on commit 8d4a74b

Please sign in to comment.