Java Virtal Machine.net

[ News ] rss

February 01, 2011

Mark Wielaard: New GPG key. Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...

More »

February 01, 2011

Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!. We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5. This update contains the following security updates: The IcedTea project provides a harness to build the source code from OpenJDK6 u...

More »

April/2024
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
2122232425 2627
282930    

[ Archives News
for 'Java Technology' ]

home > news > java technology > starting a hudson slave on a unix machine without ssh

Starting a Hudson slave on a Unix machine without SSH

One great feature about Hudson is the support for distributed builds. Distributed builds can be used to absorb load or for specialized build jobs such as system or functional testing or automated deployments. In this article, we look at a special case - what happens when you need to start a Unix Hudson slave from the slave machine itself. The best way to start a Hudson slave on a Unix build box is to use SSH. This is very convenient (all you need is a valid SSH account on the slave machine), and can be initiated automatically as required from the Hudson master. However, in some organizations, SSH is not installed on the machines, which makes this approach impossible. If you can't use SSH, you can still start the slave by running a command on the command line. Hudson provides a special JAR file, called slave.jar, for this purpose. You can get this file from your Hudson server using a URL like http://buildserver.myorg.com/hudson/jnlpJars/slave.jar (where "http://buildserver.myorg.com/hudson" is the URL you are running Hudson on). To start the slave agent, you invoke the slave.jar file as shown here: java -jar slave.jar -jnlpUrl http://build.myorg.com/hudson/computer/test-slave/slave-agent.jnlp Of course, you will also want to stop the slave agent. A more complete script, that lets you both start and stop the slave agent, is shown here: #/bin/sh HUDSON_MASTER=http://build.myorg.com/hudson start(){ wget $HUDSON_MAS...


Date: June, 02 2010
Url: http://www.java.net/blog/johnsmart/archive/2010/06/02/starting-hudson-slave-unix-machine-without-ssh


Others News

©2002-2019Java-Virtual-Machine.net best web design software | website generator | icon font | bootstrap navbar | bootstrap popup window