-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set JCK_GIT_REPO on Temurin remote jck trigger
Signed-off-by: Andrew Leonard <[email protected]>
- Loading branch information
1 parent
5437a8f
commit a71e20a
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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), | ||
|