Add release branch trigger

This commit is contained in:
cschabert 2021-10-28 12:49:27 +02:00
parent 9521fbf885
commit 093211bf47

View File

@ -164,6 +164,7 @@ public class PlanSpec {
.scheduleOnceDaily(LocalTime.of(12, 00)),
new BitbucketServerTrigger())
.planBranchManagement(new PlanBranchManagement()
.createForVcsBranchMatching("release.*")
.notificationForCommitters());
}
}