diff options
author | Sven Gothel <[email protected]> | 2013-04-24 05:26:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-24 05:26:10 +0200 |
commit | ca776873c582e6e297ba6fde4c1f4bdd85f1d4ab (patch) | |
tree | 1c24be3bc59b4ebf6cc231feefcd38a580ee44a0 /jenkins-server-slave-setup | |
parent | 91f5ab94eb4f2734b7bd554292a71fe2ca7aa5f4 (diff) |
Ubuntu10 -> Debian7
Diffstat (limited to 'jenkins-server-slave-setup')
-rwxr-xr-x | jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh b/jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh index 21b14e2..53f5214 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh +++ b/jenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh @@ -18,7 +18,7 @@ function connect_1 { fi ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 6001:localhost:5555 -N & sshpid=$! - java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-AMD58xx-ubuntu10-jogamp-x32-sgothel-001/slave-agent.jnlp + java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-AMD58xx-debian7-jogamp-x32-sgothel-001/slave-agent.jnlp done } @@ -34,7 +34,7 @@ function connect_2 { fi ssh -o "ServerAliveInterval 30" -o "ServerAliveCountMax 5" -o "TCPKeepAlive yes" [email protected] -L 6002:localhost:5555 -N & sshpid=$! - java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002/slave-agent.jnlp + java -server -Xmx512m -jar slave.jar -jnlpUrl https://jogamp.org/chuck/computer/linux64-AMD58xx-debian7-jogamp-x64-sgothel-002/slave-agent.jnlp done } @@ -184,10 +184,10 @@ function connect_40 { } -connect_1 > linux64-AMD58xx-ubuntu10-jogamp-x32-sgothel-001.log 2>&1 & +connect_1 > linux64-AMD58xx-debian7-jogamp-x32-sgothel-001.log 2>&1 & disown $! -connect_2 > linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002.log 2>&1 & +connect_2 > linux64-AMD58xx-debian7-jogamp-x64-sgothel-002.log 2>&1 & disown $! connect_30 > linuxARMv7-jogamp-arm32-sgothel-030.log 2>&1 & |