From cc292dd330ce4110e883a9bb546ae1c8f83dcf13 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 7 Mar 2018 19:48:57 -0500 Subject: [PATCH] Include the build id into the Jenkins path --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 70a9e84b13..d89df0df22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ stage('Build') { node('windows') { timeout(time: 90, unit: 'MINUTES') { // We specify the workspace directory manually to reduce the path length and thus try to avoid MSB3491 on Visual Studio - ws("C:/J/O/${env.BRANCH_NAME}") { + ws("C:/J/O/${env.BRANCH_NAME}/${env.BUILD_ID}") { deleteDir() checkout scm bat '''