Skip to content
Snippets Groups Projects
Commit ef802307 authored by Calen Pennington's avatar Calen Pennington
Browse files

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

Pipe COLLECT_WHO_TESTS_WHAT through to jenkins-report.sh so that we upload coverage contexts nightly
parent def4d6e4
No related merge requests found
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment