Using ElectricFlow 7.0.1, I can set a property's description from ectool like this:
/ectool setProperty /projects/MyProj/foo --value bar --description "My description"
But, how do I set the description using DSL? Doing:
ectool generateDsl /projects/MyProj
...I see DSL that looks something like this:
project 'MyProj', { description = 'My test project' resourceName = null workspaceName = null // Custom properties foo = 'bar' }
But, I don't see the property's description. Is the description even settable from DSL? If so, what is the syntax?
Answer by lrochette · Feb 06, 2017 at 04:53 PM
this works for me:
project "sandbox", { property "foo", value: "bar", description: "this is foo property" }
Electric Cloud powers Continuous Delivery, helping organizations developing deliver better software faster by automating and accelerating build, test, and deployment processes at scale. Industry leaders like Qualcomm, SpaceX, Cisco, GE, Gap, and E*TRADE use Electric Cloud solutions to boost DevOps productivity and Agile throughput.