From 12e9256dcf73bf4bb51555b8f93f1e3ee8adbe7c Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 16 Sep 2020 09:08:06 +0200 Subject: [PATCH] Fix buildhistory path --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 78791d4..2ddb96f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { SHARED_BUILD = "${WORKSPACE}/build" build_deploy = "${SHARED_BUILD}/tmp/deploy/images/${MACHINE}" build_licenses = "${SHARED_BUILD}/tmp/deploy/licenses" - buildhistory = "${HOME}/yocto-share/buildhistory" + buildhistory = "${SHARED_BUILD}/buildhistory" } options {