Create additional subdirectory in Jenkinsfile

This commit is contained in:
Alexander Bock
2017-08-15 10:14:15 -04:00
committed by GitHub
parent 709d7fa63c
commit 8fc0eb560a
Vendored
+2 -1
View File
@@ -44,7 +44,8 @@ stage('Build') {
windows: {
node('windows') {
timeout(time: 45, unit: 'MINUTES') {
ws("C:/J/${env.BRANCH_NAME}") {
// 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}") {
deleteDir()
checkout scm
bat '''