diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-02-02 12:58:12 -0700 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-02-02 12:58:12 -0700 |
commit | 09b7219f3e8245613b4be8d162b1fa55ba52a639 (patch) | |
tree | 422d4cef3902ba64f59d0f1b54bc4721d0f4ad26 /jjb | |
parent | 7299bfca2888108505ad131525245b9431e9b575 (diff) |
Turn off archiving for vpp verify and merge job
Change-Id: If94f2c76740c8250a403557f0ceab0f17df4ddf7
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index c97f5423c..caafe1a58 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -46,9 +46,6 @@ - shell: !include-raw-escape include-raw-vpp-build.sh - publishers: - - archive-artifacts: - artifacts: 'build-root/**' - job-template: name: vpp-merge @@ -100,6 +97,3 @@ - shell: !include-raw-escape include-raw-vpp-maven-push.sh - publishers: - - archive-artifacts: - artifacts: 'build-root/**' |