How to download Maven reports after a GitLab CI job failure -
i'm quite newbie gitlab ci. how can export maven surefire reports when job fails. i've tried artifacts works job in success.
is there convenient approach exporting reports ?
i've found myself. use "when"
job: artifacts: when: on_failure
wiki
Comments
Post a Comment