Hi! Is this channel still alive? Can anybody help ...
# teamcity
p
Hi! Is this channel still alive? Can anybody help with setting up parameters in Teamcity DSL? Is it possible to set parameter value from environment variable? e.g.
Copy code
param("key", "Some text %env.VALUE%")
In short I need to store the global variable somewhere, update it with job and use it as a param value in Cloud Profile configuration.