Set a specific WTW context to name coverage files to upload/download from s3

This commit is contained in:
Calen Pennington
2019-08-16 12:57:19 -04:00
parent f5f875401a
commit b7f3223ea4
3 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ pipeline {
XDIST_WORKER_KEY_NAME = "jenkins-worker"
XDIST_WORKER_SUBNET = credentials('XDIST_WORKER_SUBNET')
XDIST_WORKER_SECURITY_GROUP = credentials('XDIST_WORKER_SECURITY_GROUP')
WTW_CONTEXT = "python"
}
stages {
stage('Mark build as pending on Github') {