Fix buildhistory path
This commit is contained in:
parent
b882c394fa
commit
12e9256dcf
|
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
SHARED_BUILD = "${WORKSPACE}/build"
|
SHARED_BUILD = "${WORKSPACE}/build"
|
||||||
build_deploy = "${SHARED_BUILD}/tmp/deploy/images/${MACHINE}"
|
build_deploy = "${SHARED_BUILD}/tmp/deploy/images/${MACHINE}"
|
||||||
build_licenses = "${SHARED_BUILD}/tmp/deploy/licenses"
|
build_licenses = "${SHARED_BUILD}/tmp/deploy/licenses"
|
||||||
buildhistory = "${HOME}/yocto-share/buildhistory"
|
buildhistory = "${SHARED_BUILD}/buildhistory"
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue