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}") ]