summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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