Hi,
I have a build plan (in bamboo yaml) with script task. Script calculates (besides many other things) my custom new version number. Build plan is linked to deployment project (which is automatically triggered after successful build). The question is how can I configure bamboo deployment project to use that "custom new version number" (known inside build plan execution) in release versioning "version" attribute?
In other words: I would like to create every new release in bamboo with the name based on "custom new version number" which is calculated one step earlier (inside build execution).
Plan variables are scoped to broad (every build inside plan). I would like to have something like custom "bamboo build variables" bus it seems that this is generated only by bamboo.
I use bamboo 6.10.3
Thanks a lot for any suggestion how to achieve that.
Darek