From 7b2e139c563029308904810e844449c78fef86c5 Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Wed, 8 Jan 2025 17:46:59 -0500 Subject: [PATCH] Enable RERUN_FAILURE for AQA test builds (#1178) (#1180) resolves: https://github.com/adoptium/ci-jenkins-pipelines/issues/1177 Signed-off-by: Lan Xia --- pipelines/build/common/openjdk_build_pipeline.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/build/common/openjdk_build_pipeline.groovy b/pipelines/build/common/openjdk_build_pipeline.groovy index b1b7ba720..41d9500c5 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -516,6 +516,7 @@ class Build { context.string(name: 'VENDOR_TEST_REPOS', value: vendorTestRepos), context.string(name: 'VENDOR_TEST_BRANCHES', value: vendorTestBranches), context.string(name: 'VENDOR_TEST_DIRS', value: vendorTestDirs), + context.booleanParam(name: 'RERUN_FAILURE', value: true), context.string(name: 'RERUN_ITERATIONS', value: "${rerunIterations}") ]