Use branch name in Jenkinsfile

This commit is contained in:
Alexander Bock
2017-08-15 10:06:17 -04:00
committed by GitHub
parent 04a90acd23
commit 709d7fa63c

2
Jenkinsfile vendored
View File

@@ -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 '''