option('tests', type: 'feature', value: 'enabled', description: 'Build tests') | |
option( | |
'loas3-validation', | |
type: 'feature', | |
description: 'Enable 3M Federation Policy for loas3-validation', | |
value: 'disabled' | |
) | |
option( | |
'platform', | |
type: 'string', | |
description: 'This option sets what configs to use for the platform.', | |
value: 'MUST_BE_OVERRIDDEN_IN_RECIPE' | |
) |