Skip to content

Commit

Permalink
Pass in TEST_JOB_NAME value in Test_Job_Auto_Gen
Browse files Browse the repository at this point in the history
resolves: adoptium#4488

Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia committed May 24, 2023
1 parent bbad203 commit 2d4171c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildenv/jenkins/aqaTestPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ JDK_VERSIONS.each { JDK_VERSION ->
def level = targetTokens[0];
def group = targetTokens[1];
def parameters = [
string(name: 'TEST_JOB_NAME', value: TEST_JOB_NAME),
string(name: 'LEVELS', value: level),
string(name: 'GROUPS', value: group),
string(name: 'JDK_VERSIONS', value: JDK_VERSION),
Expand Down

0 comments on commit 2d4171c

Please sign in to comment.