Jenkinsfile_sdk: made artifact path relative to use regex

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-07-07 15:32:52 +02:00
parent d7c7c7af87
commit c324a95b49
1 changed files with 1 additions and 1 deletions

View File

@ -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}"