1option('tests', type: 'feature', description: 'Build tests') 2 3# Variables 4option( 5 'monitor-collection-interval', 6 type: 'integer', 7 value: 1, 8 description: 'The health monitor collection interval in seconds.', 9) 10