1option('tests', type: 'feature', value: 'enabled', description: 'Build tests') 2 3option( 4 'YAML_PATH', 5 type: 'string', 6 value: '', 7 description: 'The path to the yaml config files.', 8) 9