Skip to content

Commit

Permalink
Variable name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Dec 9, 2024
1 parent 891aa66 commit 421776f
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 @@ -1066,14 +1066,14 @@ class Build {
def paramsJsf = [
context.string(name: 'UPSTREAM_JOB_NUMBER', value: "${env.BUILD_NUMBER}"),
context.string(name: 'UPSTREAM_JOB_NAME', value: "${env.JOB_NAME}"),
context.string(name: 'UPSTREAM_DIR', value: 'workspace'),
context.string(name: 'UPSTREAM_DIR', value: 'workspace/target'),
context.string(name: 'SBOM_LIBRARY_JOB_NUMBER', value: "${buildSBOMLibrariesJob.getNumber()}")
]

context.println "RUNNING sign_temurin_jsf for ${buildConfig.TARGET_OS}/${buildConfig.ARCHITECTURE} ..."
def signSBOMJob = context.build job: 'build-scripts/release/sign_temurin_jsf',
propagate: true,
parameters: params
parameters: paramsJsf

context.node('worker') {
// Remove any previous workspace artifacts
Expand Down

0 comments on commit 421776f

Please sign in to comment.