summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorStefan Scherer <stefan.scherer@docker.com>2019-09-12 14:53:33 +0200
committerStefan Scherer <stefan.scherer@docker.com>2019-09-19 15:52:07 +0200
commit48662075434da5a13b1316df1ac7488a81e4cf0a (patch)
treee04bbc59c598d6d8594e70a091c58ace2b30d527 /Jenkinsfile
parent3acf0cc795afae6c598ea2271895f203edc2f279 (diff)
downloaddocker-48662075434da5a13b1316df1ac7488a81e4cf0a.tar.gz
Zap a fixed folder, add build number to folder inside
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 32c0307d7d..ff958445f1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -743,7 +743,7 @@ pipeline {
SOURCES_DRIVE = 'd'
SOURCES_SUBDIR = 'gopath'
TESTRUN_DRIVE = 'd'
- TESTRUN_SUBDIR = "CI-$BUILD_NUMBER"
+ TESTRUN_SUBDIR = "CI"
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore'
WINDOWS_BASE_IMAGE_TAG = 'ltsc2016'
}
@@ -804,7 +804,7 @@ pipeline {
SOURCES_DRIVE = 'd'
SOURCES_SUBDIR = 'gopath'
TESTRUN_DRIVE = 'd'
- TESTRUN_SUBDIR = "CI-$BUILD_NUMBER"
+ TESTRUN_SUBDIR = "CI"
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore'
WINDOWS_BASE_IMAGE_TAG = 'ltsc2019'
}