From 7027c7742201d1479c651316a4060bd292c513df Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 16 Oct 2019 15:46:19 -0500 Subject: [PATCH] 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 --- jjb/udpi/udpi.yaml | 14 -------------- 1 file changed, 14 deletions(-) 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}' -- 2.16.6