<?xml version='1.1' encoding='UTF-8'?>
<slave>
  <name>desktop</name>
  <description>Windows 11</description>
  <remoteFS>D:\jenkins</remoteFS>
  <numExecutors>1</numExecutors>
  <mode>EXCLUSIVE</mode>
  <retentionStrategy class="hudson.slaves.RetentionStrategy$Demand">
    <inDemandDelay>0</inDemandDelay>
    <idleDelay>60</idleDelay>
  </retentionStrategy>
  <launcher class="hudson.plugins.sshslaves.SSHLauncher" plugin="ssh-slaves@2.877.v365f5eb_a_b_eec">
    <host>192.168.0.2</host>
    <port>22</port>
    <credentialsId>dc93b731-81fc-4b77-a993-070c4e2ad205</credentialsId>
    <prefixStartSlaveCmd>D: &amp;&amp; </prefixStartSlaveCmd>
    <launchTimeoutSeconds>60</launchTimeoutSeconds>
    <maxNumRetries>10</maxNumRetries>
    <retryWaitTime>15</retryWaitTime>
    <sshHostKeyVerificationStrategy class="hudson.plugins.sshslaves.verifiers.NonVerifyingKeyVerificationStrategy"/>
    <tcpNoDelay>true</tcpNoDelay>
  </launcher>
  <label>windows</label>
  <nodeProperties/>
</slave>