summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-08-02 13:48:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-08-02 13:48:26 +0000
commite2de12569d1f0fb5361fff7610457e5aa19ae253 (patch)
tree452b18a08660d5d1966b4e4da2d71f62d2a8485e
parent26c81a6b68bcb3cfab54f3692df1d69eb008bfce (diff)
downloadjenkins-config-e2de12569d1f0fb5361fff7610457e5aa19ae253.tar.gz
Add squeeze worker
-rw-r--r--ci1/rawjenkins/nodes/baserock-ci-worker.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ci1/rawjenkins/nodes/baserock-ci-worker.xml b/ci1/rawjenkins/nodes/baserock-ci-worker.xml
new file mode 100644
index 0000000..f718baa
--- /dev/null
+++ b/ci1/rawjenkins/nodes/baserock-ci-worker.xml
@@ -0,0 +1,16 @@
+<slave>
+ <name>baserock-ci-worker</name>
+ <description>a squeeze VM that jenkins can access via ssh</description>
+ <remoteFS>/home/ci-worker/</remoteFS>
+ <numExecutors>2</numExecutors>
+ <mode>NORMAL</mode>
+ <retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
+ <launcher class="hudson.plugins.sshslaves.SSHLauncher">
+ <host>baserock-ci-worker.ducie.codethink.co.uk</host>
+ <port>22</port>
+ <username>root</username>
+ <password>vV7PXycmmvyavryaQOVBe8gPHxornEir7er/6uGvjog=</password>
+ </launcher>
+ <label>squeeze-x86</label>
+ <nodeProperties/>
+</slave> \ No newline at end of file