mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-10 05:32:18 -06:00
Use branch name in Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -44,7 +44,7 @@ stage('Build') {
|
||||
windows: {
|
||||
node('windows') {
|
||||
timeout(time: 45, unit: 'MINUTES') {
|
||||
ws("C:/J") {
|
||||
ws("C:/J/${env.BRANCH_NAME}") {
|
||||
deleteDir()
|
||||
checkout scm
|
||||
bat '''
|
||||
|
||||
Reference in New Issue
Block a user