diff --git a/Jenkinsfile b/Jenkinsfile index 630beb32b..fe519f191 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,7 +60,7 @@ def buildStaticBinaries() { cmakeFlags = 'CMAKE_ARGS="-DBUILD_32BIT=1 -DBUILD_STATIC=1"' } - sh "${cmakeFlags} make -j8 ZT_STATIC=1 all" + sh "${cmakeFlags} make" dir("build") { sh "mv zerotier zerotier-static-${platform}" stash includes: 'zerotier-static-*', name: "static-${platform}"