kopia lustrzana https://github.com/espressif/esp-idf
14 wiersze
367 B
YAML
14 wiersze
367 B
YAML
generate_failed_jobs_report:
|
|
stage: post_deploy
|
|
tags: [build, shiny]
|
|
image: $ESP_ENV_IMAGE
|
|
when: always
|
|
dependencies: [] # Do not download artifacts from the previous stages
|
|
artifacts:
|
|
expire_in: 1 week
|
|
when: always
|
|
paths:
|
|
- job_report.html
|
|
script:
|
|
- python tools/ci/dynamic_pipelines/scripts/generate_report.py --report-type job
|