ci: pass test paths to metrics script
This commit is contained in:
parent
a25b08b870
commit
c6a3eda478
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -140,8 +140,10 @@ spec:
|
||||
container('builder') {
|
||||
sh '''
|
||||
set -euo pipefail
|
||||
docker run --rm -v "$PWD/build:/out" atlasbot-test \
|
||||
python scripts/publish_test_metrics.py
|
||||
docker run --rm -v "$PWD/build:/out" \
|
||||
-e JUNIT_PATH=/out/junit.xml \
|
||||
-e COVERAGE_PATH=/out/coverage.json \
|
||||
atlasbot-test python scripts/publish_test_metrics.py
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user