diff --git a/Jenkinsfile b/Jenkinsfile index 30cd44a..38eca98 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -125,7 +125,7 @@ pipeline { stage ('build::amd64::debug::build') { environment { TEASPEAK_BUILD_TYPE="Debug" - CMAKE_BUILD_TYPE=Debug + CMAKE_BUILD_TYPE="Debug" } steps {