Jenkinsfile: Fix path to buildhistory script
This commit is contained in:
parent
8c8bc07c2f
commit
3d051fdf38
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue