gitlab-ci: include job number in the artfacts zipball filename

This commit is contained in:
Hans-Christoph Steiner 2020-07-20 16:00:09 +02:00
parent 51f2c026fd
commit 221f1c41c9
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -70,7 +70,7 @@ variables:
.test-template: &test-template .test-template: &test-template
artifacts: artifacts:
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}" name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_JOB_ID}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
paths: paths:
- client/*.aar - client/*.aar
- client/*.jar - client/*.jar