We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653ff0c commit daa1e91Copy full SHA for daa1e91
.gitlab-ci.yml
@@ -59,3 +59,13 @@ test-code-17:
59
- "ecr_login"
60
- "ecr_pull vm_base_intel latest"
61
- "ci_docker_run \"vm_base_intel:latest\" \"bc-java\" \"/workspace/bc-java/ci/test_17.sh\""
62
+ artifacts:
63
+ when: always
64
+ paths:
65
+ - "core/build/reports"
66
+ - "prov/build/reports"
67
+ - "pg/build/reports"
68
+ - "pkix/build/reports"
69
+ - "mail/build/reports"
70
+ - "util/build/reports"
71
+ - "tls/build/reports"
0 commit comments