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