fix: temporary fix to disable default experimental builds on fleets (#1810)

This commit is contained in:
Hanno Cornelius 2023-06-19 17:14:50 +02:00 committed by GitHub
parent bbded9eea7
commit e9028618fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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