github.com/greenboxal/deis@v1.12.1/tests/bin/start-node.sh (about)

     1  #!/usr/bin/env bash
     2  #
     3  # Connects this machine as a Jenkins node to https://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 https://ci.deis.io/jnlpJars/slave.jar
     8  java -jar slave.jar -jnlpUrl https://ci.deis.io/computer/${NODE_NAME?}/slave-agent.jnlp -secret ${NODE_SECRET?} &