From 4290c87c44cf7ab32514e16bcc92b266a48d1c8c Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 11 Sep 2020 15:00:40 +0200 Subject: [PATCH] Jenkinsfile: Fix BUILD path --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1eee71f..b9326ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,8 +19,7 @@ pipeline { MACHINE = "${MACHINE_TYPE}" - SHARED_BUILD = "${HOME}/yocto-share/build" - ARCHIVER_SOURCES = "${SHARED_BUILD}/tmp/deploy/sources" + SHARED_BUILD = "${WORKSPACE}/build" build_deploy = "${SHARED_BUILD}/tmp/deploy/images/${machine}" build_licenses = "${SHARED_BUILD}/tmp/deploy/licenses" buildhistory = "${HOME}/yocto-share/buildhistory"