Commit 709d7fa6 authored by Alexander Bock's avatar Alexander Bock Committed by GitHub
Browse files

Use branch name in Jenkinsfile

parent 04a90acd
No related merge requests found
Showing with 1 addition and 1 deletion
+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 '''
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment