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 d990d9fa5b
commit b148c305d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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