1
0
Fork 0

Expose reports as artifacts

master
Tiger Oakes 2020-06-11 11:03:54 -07:00 committed by Grisha Kruglov
parent fe97dc9d2e
commit 89f12a465b
2 changed files with 13 additions and 0 deletions

View File

@ -50,6 +50,11 @@ jobs:
gradlew: [detekt]
treeherder:
symbol: detekt
worker:
artifacts:
- name: public/reports
path: /builds/worker/checkouts/src/build/reports
type: directory
ktlint:
description: 'Running ktlint over all modules'
run:
@ -64,3 +69,8 @@ jobs:
gradlew: ['lintGeckoNightlyDebug']
treeherder:
symbol: lint
worker:
artifacts:
- name: public/reports
path: /builds/worker/checkouts/src/app/build/reports
type: directory

View File

@ -56,3 +56,6 @@ jobs:
- name: public/reports/index.html
path: /builds/worker/checkouts/src/app/build/reports/tests/testGeckoNightlyDebugUnitTest/index.html
type: file
- name: public/reports/test
path: /builds/worker/checkouts/src/app/build/reports/tests
type: directory