From c324a95b499523a2bea4fb17705d77ffc9a73582 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Wed, 7 Jul 2021 15:32:52 +0200 Subject: [PATCH] Jenkinsfile_sdk: made artifact path relative to use regex Signed-off-by: Marc Mattmueller --- Jenkinsfile_sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_sdk b/Jenkinsfile_sdk index 612c8f8..8b5e9b3 100644 --- a/Jenkinsfile_sdk +++ b/Jenkinsfile_sdk @@ -50,7 +50,7 @@ pipeline { yoctocommon = load "${env.ROOTDIR}/Jenkinsfile_Common" // Prepare Build Environment - env.YOCTO_DEPLOYS = "${env.SHARED_BUILD}/tmp/deploy/sdk" + env.YOCTO_DEPLOYS = "**/tmp/deploy/sdk" yoctocommon.handleSubmodules("${params.RLS_VERSION}") version = yoctocommon.getVersionString("${params.RLS_VERSION}", "sdk") env.BUILD_VERSION = "${version}"