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 0ed1070cef
commit a8c1d82aeb

View File

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