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

repositories and variables are not present in the DSL PLAN #84

Open k4mus opened 6 years ago

k4mus commented 6 years ago

Hi, I'm trying the the plugin, its works very good by the way, but this has an relevant issue, the generated DSL not show the repositories configured or the variables that were setting. those ones are very important when you construct the plans. in fact, in the DSL code that I try, I also included the repos and variables but its still not appear on the tab "DSL plan". could anybody help with that?

mrueegg commented 6 years ago

Hi,

Could you please provide me a minimal example of a DSL where this problem occurs? That would help me much.

Thanks, Michael

k4mus commented 6 years ago

hi, yes, look at this example.

This is the code for the plan:

image

this is the plan in bamboo

image

this is the variable's tab

image

and this is the tab "DSL PLAN" autogenerated.

image

as you see.. I defined the scm and the variables and the plan is created with that, but when I checked the DSL-PLAN's tab, these elements are not present. same when the plans are created with the UI of Bamboo.

mrueegg commented 6 years ago

Hi,

Please note that the DSL-generation feature shown in the tab "Plan DSL" is in beta-mode currently and doesn't support the generation of all the Bamboo objects. This is the case with SCM and build variables which are not supported yet.

Best regards, Michael