Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #47 from davehunt/latest-version
Browse files Browse the repository at this point in the history
Add hostname as node ID.
  • Loading branch information
stephendonner committed Apr 16, 2012
2 parents f5d8d95 + 290fe5b commit 86c0d0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -122,6 +122,8 @@
failonerror="true">
<arg value="-role"/>
<arg value="node"/>
<arg value="-id"/>
<arg value="${env.HOSTNAME}"/>
<arg value="-hub"/>
<arg value="http://${hub.host}:${hub.port}/grid/register"/>
<arg value="-host"/>
Expand All @@ -143,6 +145,8 @@
failonerror="true">
<arg value="-role"/>
<arg value="node"/>
<arg value="-id"/>
<arg value="${env.HOSTNAME}"/>
<arg value="-hub"/>
<arg value="http://${hub.host}:${hub.port}/grid/register"/>
<arg value="-host"/>
Expand Down

0 comments on commit 86c0d0a

Please sign in to comment.