Run all test suites and save their output to dedicated log files.
Add Jenkins artifacts for log files of failed tests suites.
Silent verbose maven output.
Successfully tested here: https://jenkins.softwareheritage.org/job/DENV/job/tests/124/
Differential D4068
jobs/swh-environment: Improve build script Authored by anlambert on Sep 28 2020, 4:41 PM.
Details
Run all test suites and save their output to dedicated log files. Add Jenkins artifacts for log files of failed tests suites. Silent verbose maven output. Successfully tested here: https://jenkins.softwareheritage.org/job/DENV/job/tests/124/
Diff Detail
Event TimelineComment Actions LGTM (except the "rm -f ../$module.log " for which I am not convinced it's a good idea) Comment Actions What is the interest to keep log files when tests succeeded ? Proceeding like this, you directly see which swh module has failing tests |