fix(ci): make experimental default to true in fleet deployment (#1742)

This commit is contained in:
Aaryamann Challani 2023-05-18 17:26:29 +05:30 committed by GitHub
parent 09aac134b0
commit 1c46d06fcb

View File

@ -39,7 +39,7 @@ pipeline {
booleanParam( booleanParam(
name: 'EXPERIMENTAL', name: 'EXPERIMENTAL',
description: 'Enable experimental features.', description: 'Enable experimental features.',
defaultValue: false defaultValue: true
) )
booleanParam( booleanParam(
name: 'DEBUG', name: 'DEBUG',