Modify UDPI artifacts 93/22793/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 16 Oct 2019 20:46:19 +0000 (15:46 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 16 Oct 2019 20:46:19 +0000 (15:46 -0500)
This change is to remove packages from archived artifacts. The packages
will be available in Nexus or packagecloud depending on how you
configure your merge job.

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

index 3e808aa..1d910d0 100644 (file)
     project-type: freestyle
     node: '{os}-us'
     concurrent: true
-    archive-artifacts: >
-      **/build-root/build-package/*.rpm
-      **/build-root/build-package/*.deb
-    allow-empty: 'true'
-    fingerprint: false
-    only-if-success: true
-    default-excludes: false
 
     build-discarder:
       daysToKeep: '{build-days-to-keep}'
 
     project-type: freestyle
     node: '{os}-us'
-    archive-artifacts: >
-      **/build-root/build-package/*.rpm
-      **/build-root/build-package/*.deb
-    allow-empty: 'true'
-    fingerprint: false
-    only-if-success: true
-    default-excludes: false
 
     build-discarder:
       daysToKeep: '{build-days-to-keep}'