Merge pull request #21354 from cpennington/specific-wtw-context-for-s3-files

Set a specific WTW context to name coverage files to upload/download …
This commit is contained in:
Calen Pennington
2019-08-30 12:22:37 -04:00
committed by GitHub
3 changed files with 5 additions and 1 deletions

View File

@@ -52,6 +52,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') {