I am using capability variables to set various paths and executables used during build process.
The reason for that is, these paths and executables can be different (different paths) on each agent, and using capabilities seemed to be a convenient way.
The problem is that the Ant Task "Target" field is rather limited in character length and its content gets clipped, so i am unable to pass all needed variables to Ant.
Is there other way of passing Bamboo variables to Ant?