Skip to content

Commit

Permalink
Merge pull request #108 from julian55455/jenk
Browse files Browse the repository at this point in the history
setting sdk_resource as customized for runAqaTest
  • Loading branch information
AdamBrousseau authored Nov 8, 2022
2 parents ac24f63 + 5e2ac7a commit 7484fbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class Build {
context.build job: jobName,
propagate: false,
parameters: [
context.string(name: 'SDK_RESOURCE', value: "upstream"),
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: 'JDK_VERSION', value: "${jobParams.JDK_VERSIONS}"),
Expand Down Expand Up @@ -444,6 +444,7 @@ class Build {
parameters: [
//context.string(name: 'UPSTREAM_JOB_NUMBER', value: "${env.BUILD_NUMBER}"),
//context.string(name: 'UPSTREAM_JOB_NAME', value: "${env.JOB_NAME}"),
context.string(name: 'SDK_RESOURCE', value: "customized"),
context.string(name: 'CUSTOMIZED_SDK_URL', value: artifactsUrls),
context.string(name: 'CUSTOMIZED_SDK_URL_CREDENTIAL_ID', value: artifactoryCredential),
context.string(name: 'RELEASE_TAG', value: "${buildConfig.SCM_REF}"),
Expand Down

0 comments on commit 7484fbe

Please sign in to comment.