Skip to content

Commit

Permalink
Merge pull request adoptium#151 from AdamBrousseau/swicth_to_garasign
Browse files Browse the repository at this point in the history
Swicth to garasign signing client
  • Loading branch information
AdamBrousseau authored Apr 19, 2023
2 parents c410279 + d651025 commit 14aa8d3
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 @@ -777,7 +777,7 @@ class Build {
if (buildConfig.VARIANT == 'openj9') {
filter = "**/ibm-semeru*-j*_${buildConfig.TARGET_OS}_*.tar.gz"
nodeFilter = 'sw.tool.signing'
signTool = 'ucl'
signTool = 'garasign'

if (buildConfig.TARGET_OS == 'windows') {
nodeFilter += '&&sw.os.windows'
Expand All @@ -801,6 +801,7 @@ class Build {
context.string(name: 'VERSION', value: "${versionInfo.major}"),
context.string(name: 'SIGN_TOOL', value: "${signTool}"),
context.string(name: 'FILTER', value: "${filter}"),
context.string(name: 'CERTIFICATE', value: "PRD0000192key"),
['$class': 'LabelParameterValue', name: 'NODE_LABEL', label: "${nodeFilter}"],
]

Expand Down

0 comments on commit 14aa8d3

Please sign in to comment.