mibexsoftware / bamboo-plan-dsl-plugin

Configuration as code with a Groovy-based DSL or YAML for Atlassian Bamboo.
https://marketplace.atlassian.com/plugins/ch.mibex.bamboo.plandsl/
Other
40 stars 16 forks source link

Cannot specify the repos to use in Bitbucket Server Trigger #53

Closed sohrab- closed 7 years ago

sohrab- commented 7 years ago

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.

image

Ideally ch.mibex.bamboo.plandsl.dsl.triggers.BitbucketServerTrigger should expose a repositories(String... repositories) similar to some of the other triggers.

mrueegg commented 7 years ago

You're right. I will update the DSL accordingly for the next release. Thanks for the hint!

sohrab- commented 7 years ago

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?

mrueegg commented 7 years ago

@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 :-)

sohrab- commented 7 years ago

Thanks, Michael.

mrueegg commented 7 years ago

We now support repositories on Bitbucket Server triggers with the latest release 1.9.2. Thanks again for bringing this up!

sohrab- commented 7 years ago

Works well. Thanks!