github.com/techend/deis@v1.0.1-0.20141111224634-e0eee0392b8a/tests/bin/start-node.sh (about)

     1  #!/bin/bash
     2  #
     3  # Connects this machine as a Jenkins node to http://ci.deis.io/
     4  # Set NODE_NAME and NODE_SECRET to the values provided by Jenkins in the "Manage Nodes"
     5  # administrative interface.
     6  
     7  wget -N http://ci.deis.io/jnlpJars/slave.jar
     8  java -jar slave.jar -jnlpUrl http://ci.deis.io/computer/${NODE_NAME?}/slave-agent.jnlp -secret ${NODE_SECRET?} &