Skip to content
Snippets Groups Projects
Commit ea319bf0 authored by Mike Marchetti's avatar Mike Marchetti
Browse files

fix for retrieval of image from repo via <$branch>


Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent c121ff81
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ def get_archive(artifactory_server, mdg, branch, build_name, build_number, patte
server.download(downloadSpec)
// workaround. flatten and repo the specific build num from the directory
sh "cp -R ${build_num}/* ."
sh "rm -rf ${build_num}"
sh "cp -R ${branch}/${build_num}/* ."
sh "rm -rf ${branch}/${build_num}"
}
def get_env_value(build_env_file,key) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment