There's a damn typo in the jenkins file

This commit is contained in:
Brant Martin
2019-03-03 17:44:26 -05:00
parent 34616607a8
commit 2a64151f67

2
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ node {
stage('Build') { stage('Build') {
currentBuild.description = bat(returnStdout: true, script: '@powershell -File Versioning/version.ps1').trim() currentBuild.description = bat(returnStdout: true, script: '@powershell -File Versioning/version.ps1').trim()
if (env.BRANCH_NAME == "master" || enb.BRANCH_NAME == "Patron") { if (env.BRANCH_NAME == "master" || env.BRANCH_NAME == "Patron") {
buildMode = "Release" buildMode = "Release"
} else { } else {
buildMode = "Debug" buildMode = "Debug"