AusweisApp2/resources/jenkins/dsl/common/Review.groovy

14 lines
219 B
Groovy
Raw Normal View History

2017-07-03 09:30:10 +02:00
package common
import common.Trigger
class Review extends Trigger
{
String namePrefix = 'Review_'
String label = 'Review'
String trigger = null
List oldBuilds = [14, -1]
int timeout = 60
boolean review = true
}