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 '''