From a71e20a0397a0edaeee65f0172f0986a84f06a3a Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Wed, 11 Sep 2024 13:12:15 +0100 Subject: [PATCH] Set JCK_GIT_REPO on Temurin remote jck trigger 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),