diff --git a/Jenkinsfile b/Jenkinsfile index 88585ed..4cb9a4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ pipeline { sh ''' mkdir -p build cd build - export CPACK_PACKAGE_VERSION_PATCH="${BUILD_NUMBER}" + export OGBROWSER_VERSION_PATCH="${BUILD_NUMBER}" cmake .. -G Ninja ninja '''