Closed sohrab- closed 7 years ago
You're right. I will update the DSL accordingly for the next release. Thanks for the hint!
When can we expect the next release? Also can you think of a work-around for this, in the meanwhile so we can avoid trigger builds too often?
@sohrab- We plan to deliver the next release this week. Unfortunately, I cannot think of any workaround. I'll try my best to get the new release out ASAP :-)
Thanks, Michael.
We now support repositories on Bitbucket Server triggers with the latest release 1.9.2. Thanks again for bringing this up!
Works well. Thanks!
Bitbucket Server trigger DSL does not let you pick the repositories for the trigger.
In Bamboo, you can choose the repos that the trigger applies to. This is specially useful when you have multiple repos in the plan.
Ideally
ch.mibex.bamboo.plandsl.dsl.triggers.BitbucketServerTrigger
should expose arepositories(String... repositories)
similar to some of the other triggers.