From 9aac1fc47f2e5c8642d73fb634b999b16aa5daf1 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 25 Jun 2020 14:52:08 -0700 Subject: [PATCH] default BUILD_ALL flag to true for now since that's what I"m testing now --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84c1c4788..74cb0df57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { timestamps() } parameters { - booleanParam(name: "BUILD_ALL", defaultValue: false, description: "Build all supported platform/architecture combos. Defaults to x86/x64 only") + booleanParam(name: "BUILD_ALL", defaultValue: true, description: "Build all supported platform/architecture combos. Defaults to x86/x64 only") } environment { PATH = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/home/jenkins-build/go/bin"