I'm testing the evaluation of Bamboo system. I denfined a plan variable: bamboo_db_ipAddress. When I tried to echo this variable from build.xml, it seems to be I got the variable name, not the variable value. anyone can help me to figure it out?
uploaddb: | |
29-Oct-2013 15:46:11 | [echo] db Ip address is: ${bamboo_db_ipAddress} |
I'm not sure if this was just a copy/paste error, you need to put 'bamboo' infront of the varaible name.
Like.. ${bamboo.bamboo_db_ipAddress}
Hope helps you
I've found the reason. the variable name should be ${bamboo.db.ipAddress} instead of ${bamboo_db_ipAddress}. Actually, I imported the configuration from the earlier version of Bamboo system, and it still can work well with this kind of variable name in the earlier version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you satisified with my answer please accept the answer/upvote my answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.