Skip to content

Commit

Permalink
Merge pull request adoptium#113 from llxia/test1
Browse files Browse the repository at this point in the history
Add CUSTOMIZED_SDK_URL and CUSTOMIZED_SDK_URL_CREDENTIAL_ID for smoke…
  • Loading branch information
AdamBrousseau authored Dec 5, 2022
2 parents d941026 + 6c36b67 commit f7caf76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ class Build {
propagate: false,
parameters: [
context.string(name: 'SDK_RESOURCE', value: 'customized'),
context.string(name: 'UPSTREAM_JOB_NUMBER', value: "${env.BUILD_NUMBER}"),
context.string(name: 'UPSTREAM_JOB_NAME', value: "${env.JOB_NAME}"),
context.string(name: 'CUSTOMIZED_SDK_URL', value: artifactsUrls),
context.string(name: 'CUSTOMIZED_SDK_URL_CREDENTIAL_ID', value: artifactoryCredential),
context.string(name: 'JDK_VERSION', value: "${jobParams.JDK_VERSIONS}"),
context.string(name: 'LABEL_ADDITION', value: additionalTestLabel),
context.booleanParam(name: 'KEEP_REPORTDIR', value: buildConfig.KEEP_TEST_REPORTDIR),
Expand Down

0 comments on commit f7caf76

Please sign in to comment.