X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-verify-job.sh;h=a1e76c9f54076be466bb876721e27dd9caec39da;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=f38685f22bbd77bed1c81da38d7c785e1f23fa26;hpb=a99cfe8b7c3e3b33cf9f210a90c50ea65128b30e;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-verify-job.sh b/shell/jjb-verify-job.sh index f38685f2..a1e76c9f 100644 --- a/shell/jjb-verify-job.sh +++ b/shell/jjb-verify-job.sh @@ -28,3 +28,8 @@ do fi done popd + +if [ ! -z "$(ls -A archives/job-configs)" ]; then + tar cJvf archives/job-configs.tar.xz archives/job-configs + rm -rf archives/job-configs +fi