From e9028618fde3cc682420a8e15a995509a569bf8f Mon Sep 17 00:00:00 2001 From: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:14:50 +0200 Subject: [PATCH] fix: temporary fix to disable default experimental builds on fleets (#1810) --- ci/Jenkinsfile.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.release b/ci/Jenkinsfile.release index c419ca557..fce86efd2 100644 --- a/ci/Jenkinsfile.release +++ b/ci/Jenkinsfile.release @@ -43,7 +43,7 @@ pipeline { booleanParam( name: 'EXPERIMENTAL', description: 'Enable experimental features.', - defaultValue: true + defaultValue: false ) booleanParam( name: 'DEBUG',