Files
HomeServerCTs/CT-Files/Jenkins/Configs/LXCBuilder1.xml
2021-09-14 18:03:20 +02:00

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>