From 3d051fdf38d1dcc3289ec1a1e0aeb9ef80e8bbeb Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 11 Sep 2020 16:36:38 +0200 Subject: [PATCH] Jenkinsfile: Fix path to buildhistory script --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d48a272..9f24132 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -132,7 +132,7 @@ def deploy(image_type_in, single_fitImage) { def basename_out = "./image${image_type}-${MACHINE}" sh "cp ${basename_in}.manifest ${basename_out}.manifest" - sh "bash -c '${WORKSPACE}/scripts/buildhistory-collect-srcrevs -p ${buildhistory} > srcrev-${MACHINE}${image_type}.inc'" + sh "bash -c '${WORKSPACE}/openembedded-core/scripts/buildhistory-collect-srcrevs -p ${buildhistory} > srcrev-${MACHINE}${image_type}.inc'" sh label: 'Copy License Manifest', returnStatus: true, script: """ LATEST_LICENSE_DIR=\$(ls -Artd ${build_licenses}/netmodule-linux-image${image_type}* | tail -n 1)