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),