Use 22.04 as base for charms
[osm/devops.git] / jenkins / ci-pipelines / ci_helper.groovy
index 33de638..390c769 100644 (file)
@@ -131,6 +131,18 @@ 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",
+          "target": "${repo_prefix}${mdg}/${branch}/${BUILD_NUMBER}/",
+          "props": "${properties}",
+          "flat": false
+        },
         {
           "pattern": "dist/*.whl",
           "target": "${repo_prefix}${mdg}/${branch}/${BUILD_NUMBER}/",