Jenkinsfile: Fix path to buildhistory script

This commit is contained in:
Alexandre Bard 2020-09-11 16:36:38 +02:00
parent 8c8bc07c2f
commit 3d051fdf38
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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)