Modify DMM archive artifacts 33/20833/4
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 24 Jul 2019 19:54:11 +0000 (14:54 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Thu, 25 Jul 2019 17:20:26 +0000 (12:20 -0500)
Modify the DMM artifacts to archive to the logs server rather than
Jenkins

Also moving the robot-report and log shipper to publishers where they
belong

Change-Id: I2766cb6462e4b0dd204a611fa6c05a6b26ec0bf9
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
jjb/dmm/dmm.yaml

index 76c1a44..8cf673b 100644 (file)
     project-type: freestyle
     node: '{os}-builder-4c-4g'
     concurrent: true
+    archive-artifacts: 'csit/archive/*.*'
+    latest-only: false
 
     build-discarder:
       daysToKeep: '{build-days-to-keep}'
           project: 'dmm'
       - gerrit-parameter:
           branch: '{branch}'
+      - string:
+          name: ARCHIVE_ARTIFACTS
+          default: '{archive-artifacts}'
+          description: Artifacts to archive to the logs server.
 
     scm:
       - gerrit-trigger-scm:
           !include-raw-escape: include-raw-dmm-csit-functional-virl.sh
 
     publishers:
-      - archive-artifacts:
-          artifacts: 'csit/archive/*.*'
-          latest-only: false
-
       - robot-report:
           output-path: 'csit'