Our need is to categorize deploys because we have to distinguish when we execute deploy in Production environment, UAT Environment, Quality Environment.
I know that we could give a different name to each environment where we deploy but we need a field or something similar to categorize it.
The final need is to retrieve by a query the total count deploy executions in a Production deploy environment, but we don't have a field or a table to distinguish the different types of environments. Now we do it basing the query on a name convention of the deploy environment, but is not a good way to do it.
A select field would be better than a free text label
Our need is to categorize deploys because we have to distinguish when we execute deploy in Production environment, UAT Environment, Quality Environment.
I know that we could give a different name to each environment where we deploy but we need a field or something similar to categorize it.
The final need is to retrieve by a query the total count deploy executions in a Production deploy environment, but we don't have a field or a table to distinguish the different types of environments. Now we do it basing the query on a name convention of the deploy environment, but is not a good way to do it.
A select field would be better than a free text label