Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
[BM] is ti possible to make a variable as list at a group level
-
I would like to define a variable with a type as list at the group level or system level ?
Actually, I can do it at the release level for an application.Any ideas ?
Best regards
-
I'm sorry it's not really clear what you're trying to accomplish.... you can define list-based variables at all levels. Just specify the value like
@(a,b,c)
, for example.Cheers,
Dean
-
hi dean
Good french but poor english sorry about thatIn an application, variables can be set as text, checkbox or dropdown list and be select when you start a new release.
Is it possible to do so at the group applications level or system level and use it in several applications. Just to avoid to duplicate the variable.
-
Thanks for clarifying; so it sounds like you're talking about Variable Prompts (Templates), which are part of a pipeline?
These are not "variables" per se; instead, they are used to prompt users at certain points during a pipeline (creating build, deploying build, etc.) to input values. Those values will then be created as variables.
We don't plan to extend templates outside of pipelines. If you reaaaaly wanted to, you could create a BuildMaster "application that creates applications" using the API and then leverages the pipeline prompts to create the variables in the format you want.
It's probably just easier to clone an application, however.
Cheers,
Dean
-
Hi Dean
Thanks for your reply. It was just a question, finally useless.
And Thanks you for your timeBest regards
Philippe