mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 14:59:31 -05:00
Create additional subdirectory in Jenkinsfile
This commit is contained in:
Vendored
+2
-1
@@ -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 '''
|
||||
|
||||
Reference in New Issue
Block a user