Publish artifacts after fabric-tna build and test

Change-Id: I0a5aaf7b7e00988fd217c65e04b532dd2e88ad26
diff --git a/jjb/templates/fabric-tna-jobs.yaml b/jjb/templates/fabric-tna-jobs.yaml
index 5e625d8..3514708 100644
--- a/jjb/templates/fabric-tna-jobs.yaml
+++ b/jjb/templates/fabric-tna-jobs.yaml
@@ -133,3 +133,6 @@
     publishers:
       - github-notifier
       - onf-infra-wscleanup-publisher
+      - archive:
+          artifacts: '**/*.log,**/*.pcap'
+          excludes: 'tmp/**/*'