diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/jvpp/jvpp.yaml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/jjb/jvpp/jvpp.yaml b/jjb/jvpp/jvpp.yaml index 234d7fbeb..034f67f8b 100644 --- a/jjb/jvpp/jvpp.yaml +++ b/jjb/jvpp/jvpp.yaml @@ -41,15 +41,7 @@ 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}' @@ -110,14 +102,6 @@ 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}' |