Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / jjv-verify-compress-xml-files-71ae17abdfc79c2f.yaml
1 ---
2 fixes:
3   - |
4     Compress and upload all jjb-verify XML files to Nexus, to ease out the IOPs
5     on cron jobs that manage the logs on Nexus and optimize job performace by
6     ~8 mins. This is because the job generates around ~2.3K XML files (small
7     files) which is uploaded to Nexus in every run of jjb-verify. Doing this
8     is faster as compared to the Nexus Unpack plugin in the Nexus end unpacking
9     the zip file we upload takes longer.