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