Include the build id into the Jenkins path

This commit is contained in:
Alexander Bock
2018-03-07 19:48:57 -05:00
parent f662e031e6
commit cc292dd330

2
Jenkinsfile vendored
View File

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