save report.html from cloud-image-val as an artifact
This commit is contained in:
parent
8635b7d2bb
commit
c255267d96
1 changed files with 11 additions and 1 deletions
|
|
@ -411,7 +411,17 @@ aws.sh:
|
||||||
extends: .integration
|
extends: .integration
|
||||||
variables:
|
variables:
|
||||||
SCRIPT: aws.sh
|
SCRIPT: aws.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- cloud-image-val/report.html
|
||||||
|
- journal-log.gpg
|
||||||
|
- ci-artifacts
|
||||||
|
- ci-details-before-run
|
||||||
|
- ci-details-after-run
|
||||||
|
- "*.repo"
|
||||||
|
- COMPOSER_NVR
|
||||||
|
when: always
|
||||||
|
|
||||||
azure.sh:
|
azure.sh:
|
||||||
extends: .integration
|
extends: .integration
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue