mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-21 11:59:00 -05:00
Use branch name in Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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