summaryrefslogtreecommitdiff
path: root/ci1/rawjenkins/nodes/baserock-ci-worker.xml
blob: f718baaeeb44f9418e1f2467f881d044bb3dc53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>