Within an Atlassian Bamboo, is it possible to get hold of the IP address (or DNS name) of the build agent a task is currently being executed on?
It's the intention to use this to execute functional tests from another machine using grunt and protractor.
e.g. grunt acceptancetests --baseUrl=${bamboo.buildagent.ip}