diff options
author | 2019-10-17 11:21:15 +0000 | |
---|---|---|
committer | 2019-10-17 11:21:15 +0000 | |
commit | 358a71ea0bbde6f8a821fdafefa7f8b7c93d6615 (patch) | |
tree | 5ca2c1ffd0a0f5de0f8df13136b96f2ae35e429c | |
parent | a112301892df8df2e399e2cf7b07b7329576f64a (diff) | |
parent | 7027c7742201d1479c651316a4060bd292c513df (diff) |
Merge "Modify UDPI artifacts"
-rw-r--r-- | jjb/udpi/udpi.yaml | 14 |
1 files changed, 0 insertions, 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}' |