I am trying to define a variable "artifactUrl" with the follow value
http://localhost:8085/browse/TEST-TEST-${bamboo.buildNumber}
It does not resolve the build number.
I also tried this but no luck
http://localhost:8085/browse/TEST-TEST-%bamboo_buildNumber%
Any suggestions?
Thanks
You can't by default, the variables are only resolve once but you need it recursively. You may want to try the nested plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There seems to be something special about the variable bamboo.buildNumber
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.