Skip to content

Commit

Permalink
Set JCK_GIT_REPO on Temurin remote jck trigger (#1111)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Sep 11, 2024
1 parent abf88bb commit b163866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]: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),
Expand Down

0 comments on commit b163866

Please sign in to comment.