Is there anyway we can get values from build script and pass it to task in Bamboo Atlasian?
Basically I have maven build and try compile in Bamboo 2. I have custom task which executes deployment once code compiled. The custom build basically requires following parameter to run:
- Artefact URL
- Version is there anyway we can populate automatically from build?
Thanks Siddu