diff --git a/Jenkinsfile b/Jenkinsfile index 25b508125..3881804f0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { steps { script { def tasks = [:] - // tasks << buildStaticBinaries() + tasks << buildStaticBinaries() tasks << buildDebianNative() tasks << buildCentosNative()