Jenkinsfile: Fix BUILD path

This commit is contained in:
Alexandre Bard 2020-09-11 15:00:40 +02:00
parent 6d667dc9e7
commit 4290c87c44
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -19,8 +19,7 @@ pipeline {
MACHINE = "${MACHINE_TYPE}" MACHINE = "${MACHINE_TYPE}"
SHARED_BUILD = "${HOME}/yocto-share/build" SHARED_BUILD = "${WORKSPACE}/build"
ARCHIVER_SOURCES = "${SHARED_BUILD}/tmp/deploy/sources"
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 = "${HOME}/yocto-share/buildhistory"