From 421776fc75201b7424cf21fb29e9158ff7f9c169 Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Mon, 9 Dec 2024 14:53:07 +0000 Subject: [PATCH] Variable name typo --- pipelines/build/common/openjdk_build_pipeline.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/build/common/openjdk_build_pipeline.groovy b/pipelines/build/common/openjdk_build_pipeline.groovy index 5c03b8ea8..fdf341fc2 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -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