From 8d4a74bd3cb4fd4fe230e85e95d5c7638d442f47 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 9 Apr 2024 13:17:39 -0400 Subject: [PATCH] SRE-2145 Warnings-ng 11.2.2 modified API (#14111) (#14132) Warnings-ng 11.2.2 removed the ignoreFailedBuilds parameter from the recordIssues Step. Signed-off-by: John E. Malmberg --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9629feb674b..58a77c1710f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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]], @@ -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'],