21 lines
798 B
XML
21 lines
798 B
XML
<?xml version='1.1' encoding='UTF-8'?>
|
|
<slave>
|
|
<name>LXCBuilder1</name>
|
|
<description></description>
|
|
<remoteFS>/home/jenkins</remoteFS>
|
|
<numExecutors>3</numExecutors>
|
|
<mode>EXCLUSIVE</mode>
|
|
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
|
|
<launcher class="hudson.plugins.sshslaves.SSHLauncher" plugin="ssh-slaves@SSHAgentVersion">
|
|
<host>LXCBuilderIP</host>
|
|
<port>22</port>
|
|
<credentialsId></credentialsId>
|
|
<launchTimeoutSeconds>60</launchTimeoutSeconds>
|
|
<maxNumRetries>10</maxNumRetries>
|
|
<retryWaitTime>15</retryWaitTime>
|
|
<sshHostKeyVerificationStrategy class="hudson.plugins.sshslaves.verifiers.NonVerifyingKeyVerificationStrategy"/>
|
|
<tcpNoDelay>true</tcpNoDelay>
|
|
</launcher>
|
|
<label>LXCBuilder</label>
|
|
<nodeProperties/>
|
|
</slave> |