build/archive changelog for mdg
[osm/devops.git] / jenkins / ci-pipelines / ci_helper.groovy
index 21a8373..d058099 100644 (file)
@@ -91,6 +91,12 @@ def archive(artifactory_server,mdg,branch,status) {
     def repo_prefix = 'osm-'
     def uploadSpec = """{
      "files": [
+        {
+          "pattern": "changelog/*",
+          "target": "${repo_prefix}${mdg}/${branch}/${BUILD_NUMBER}/",
+          "props": "${properties}",
+          "flat": false
+        },
         {
           "pattern": "dists/*.gz",
           "target": "${repo_prefix}${mdg}/${branch}/${BUILD_NUMBER}/",