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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -