mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 18:51:17 -06:00
Include the build id into the Jenkins path
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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 '''
|
||||
|
||||
Reference in New Issue
Block a user