fix jenkinsfile variable

This commit is contained in:
David Sparer
2017-03-24 14:22:17 -06:00
parent 9e358309e4
commit c77c323f73

View File

@@ -13,7 +13,7 @@ node('windows') {
stage ('Checkout Branch') {
checkout([
$class: 'GitSCM',
branches: [[name: '*/${env.TargetBranch}']],
branches: [[name: '*/${TargetBranch}']],
doGenerateSubmoduleConfigurations: false,
extensions: [],
submoduleCfg: [],