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

Reading properties file in pipeline #73

Open vipin022 opened 6 years ago

vipin022 commented 6 years ago

Hi Team,

I want read a properties file in bamboo pipeline and get the values and assign those values to the class method. how can i do that. For example liken in maven 3 i have Goal and i want to get the goal value from some properties file how can i do that it similar to want we can do in Jenkins readproperties function.