Pipe COLLECT_WHO_TESTS_WHAT through to jenkins-report.sh so that we upload coverage contexts nightly

This commit is contained in:
Calen Pennington
2020-02-11 15:04:00 -05:00
parent def4d6e498
commit ef80230700

View File

@@ -155,12 +155,13 @@ pipeline {
}
}
}
stage('Run coverage') {
environment {
CODE_COV_TOKEN = credentials('CODE_COV_TOKEN')
SUBSET_JOB = "null" // Keep this variable until we can remove the $SUBSET_JOB path from .coveragerc
COLLECT_WHO_TESTS_WHAT = "${COLLECT_WHO_TESTS_WHAT}"
}
steps {
script {