From: Vanessa Rene Valderrama Date: Wed, 16 Oct 2019 20:46:19 +0000 (-0500) Subject: Modify UDPI artifacts X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7027c7742201d1479c651316a4060bd292c513df;p=ci-management.git Modify UDPI artifacts 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 --- diff --git a/jjb/udpi/udpi.yaml b/jjb/udpi/udpi.yaml index 3e808aa47..1d910d0f6 100644 --- a/jjb/udpi/udpi.yaml +++ b/jjb/udpi/udpi.yaml @@ -44,13 +44,6 @@ 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}' @@ -113,13 +106,6 @@ 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}'