From b163866c73f8ae30073bef707d2943f27be89c41 Mon Sep 17 00:00:00 2001 From: Andrew Leonard <31470007+andrew-m-leonard@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:39:57 +0100 Subject: [PATCH] Set JCK_GIT_REPO on Temurin remote jck trigger (#1111) Signed-off-by: Andrew Leonard --- 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 1af88eb57..613938fd1 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -628,6 +628,7 @@ class Build { job: 'AQA_Test_Pipeline', parameters: context.MapParameters(parameters: [context.MapParameter(name: 'SDK_RESOURCE', value: 'customized'), context.MapParameter(name: 'TARGETS', value: "${targetTests}"), + context.MapParameter(name: 'JCK_GIT_REPO', value: "git@github.com:temurin-compliance/JCK${jdkVersion}-unzipped.git"), context.MapParameter(name: 'CUSTOMIZED_SDK_URL', value: "${sdkUrl}"), context.MapParameter(name: 'JDK_VERSIONS', value: "${jdkVersion}"), context.MapParameter(name: 'PARALLEL', value: parallel),