Inital Commit

This commit is contained in:
2021-09-14 18:03:20 +02:00
commit e32bd0cac6
15 changed files with 1789 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?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>