diff options
author | 2016-08-22 15:42:26 +0000 | |
---|---|---|
committer | 2016-08-22 15:42:26 +0000 | |
commit | 65622be9d9212bfc49068b9d6afd85307b43af9f (patch) | |
tree | cd9fda79bd6fef19699622790ade919e0baf7a98 /jjb | |
parent | 950174aa2abacf0e6ffc098a1ac49373e4a5db87 (diff) | |
parent | a1b02762e72f8e9b61337d617bf1c3312539eb93 (diff) |
Merge "Archive packages on verify jobs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 63954094b..00fa8127a 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -212,6 +212,13 @@ global-settings-file: 'global-settings' - shell: !include-raw-escape: include-raw-vpp-maven-push.sh + publishers: + - archive: + artifacts: '*.rpm,*.deb,*.jar' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false - job-template: name: 'vpp-csit-verify-virl-{stream}' |