There's a damn typo in the jenkins file
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ node {
|
||||
|
||||
stage('Build') {
|
||||
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"
|
||||
} else {
|
||||
buildMode = "Debug"
|
||||
|
Reference in New Issue
Block a user