From ef802307003706ed00764454699b7a731cb91d97 Mon Sep 17 00:00:00 2001 From: Calen Pennington <cale@edx.org> Date: Tue, 11 Feb 2020 15:04:00 -0500 Subject: [PATCH] Pipe COLLECT_WHO_TESTS_WHAT through to jenkins-report.sh so that we upload coverage contexts nightly --- scripts/Jenkinsfiles/python | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/Jenkinsfiles/python b/scripts/Jenkinsfiles/python index eee5a7e48cd..5c0010568fa 100644 --- a/scripts/Jenkinsfiles/python +++ b/scripts/Jenkinsfiles/python @@ -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 { -- GitLab