From 1c46d06fcbf839289517136ffe41e9cab780b94d Mon Sep 17 00:00:00 2001 From: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> Date: Thu, 18 May 2023 17:26:29 +0530 Subject: [PATCH] fix(ci): make experimental default to true in fleet deployment (#1742) --- ci/Jenkinsfile.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.release b/ci/Jenkinsfile.release index 8e5ee3d66..f39eb53ae 100644 --- a/ci/Jenkinsfile.release +++ b/ci/Jenkinsfile.release @@ -39,7 +39,7 @@ pipeline { booleanParam( name: 'EXPERIMENTAL', description: 'Enable experimental features.', - defaultValue: false + defaultValue: true ) booleanParam( name: 'DEBUG',