Modify JVPP artifacts 92/22792/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 16 Oct 2019 20:42:20 +0000 (15:42 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 16 Oct 2019 20:42:20 +0000 (15:42 -0500)
This change is to remove packages from archived artifacts. The packages
are available in the FD.io packagecloud repo.

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

index dc8d209..48aa030 100644 (file)
     project-type: freestyle
     node: '{os}-us'
     concurrent: true
-    archive-artifacts: >
-      **/build-root/packages/*.rpm
-      **/build-root/packages/*.deb
-      **/tmp/jvpp-failed-unittests/*/* **/core
-    allow-empty: 'true'
-    fingerprint: false
-    only-if-success: true
-    default-excludes: false
-
+    archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core'
 
     build-discarder:
       daysToKeep: '{build-days-to-keep}'
 
     project-type: freestyle
     node: '{os}-us'
-    archive-artifacts: >
-      **/build-root/packages/*.rpm
-      **/build-root/packages/*.deb
-    allow-empty: 'true'
-    fingerprint: false
-    only-if-success: true
-    default-excludes: false
-
 
     build-discarder:
       daysToKeep: '{build-days-to-keep}'