Update the artifacts stored in stage2
[osm/devops.git] / jenkins / ci-pipelines / ci_helper.groovy
index 0b41169..33de638 100644 (file)
@@ -132,13 +132,7 @@ def archive(artifactory_server,mdg,branch,status) {
     def uploadSpec = """{
      "files": [
         {
-          "pattern": "dists/*.gz",
-          "target": "${repo_prefix}${mdg}/${branch}/${BUILD_NUMBER}/",
-          "props": "${properties}",
-          "flat": false
-        },
-        {
-          "pattern": "dists/*Packages",
+          "pattern": "dist/*.whl",
           "target": "${repo_prefix}${mdg}/${branch}/${BUILD_NUMBER}/",
           "props": "${properties}",
           "flat": false