X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jenkins%2Fci-pipelines%2Fci_helper.groovy;h=c920f46be4bd87127a03f4f7a12cd304da3c1138;hb=49c463378083dd80e7638c26782fd6d6d7d768fd;hp=f3430764b57481fc456571cdab004385e511d6ff;hpb=a60ec7310d582158700acf9f3fb1945cb05bacca;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_helper.groovy b/jenkins/ci-pipelines/ci_helper.groovy index f3430764..c920f46b 100644 --- a/jenkins/ci-pipelines/ci_helper.groovy +++ b/jenkins/ci-pipelines/ci_helper.groovy @@ -29,12 +29,13 @@ def get_archive(artifactory_server, mdg, branch, build_name, build_number, patte "files": [ { "target": "./", - "pattern": "${repo_prefix}${mdg}/${branch}/${build_number}/${pattern}", - "build": "${build_name}/${build_number}" + "pattern": "${repo_prefix}${mdg}/${branch}/${build_number}/${pattern}" } ] }""" + println("Searching Artifactory with ${downloadSpec}") + def results = server.download(downloadSpec) // Save the list of URLs that we need to pass to the dockerfiles for build def debian_packages = []