Skip to content

Instantly share code, notes, and snippets.

@aidenkeating
Created September 21, 2017 14:49
Show Gist options
  • Select an option

  • Save aidenkeating/e82e5bd588618b473e0ba5ab05ccfea6 to your computer and use it in GitHub Desktop.

Select an option

Save aidenkeating/e82e5bd588618b473e0ba5ab05ccfea6 to your computer and use it in GitHub Desktop.
<org.csanchez.jenkins.plugins.kubernetes.PodTemplate>
<inheritFrom></inheritFrom>
<name>android</name>
<instanceCap>2147483647</instanceCap>
<idleMinutes>0</idleMinutes>
<label>android</label>
<serviceAccount>jenkins</serviceAccount>
<nodeSelector></nodeSelector>
<volumes/>
<containers>
<org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate>
<name>jnlp</name>
<image>aerogear/jenkins-android-slave</image>
<privileged>true</privileged>
<alwaysPullImage>false</alwaysPullImage>
<workingDir>/tmp</workingDir>
<command></command>
<args>${computer.jnlpmac} ${computer.name}</args>
<ttyEnabled>false</ttyEnabled>
<resourceRequestCpu></resourceRequestCpu>
<resourceRequestMemory></resourceRequestMemory>
<resourceLimitCpu></resourceLimitCpu>
<resourceLimitMemory></resourceLimitMemory>
<envVars/>
</org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate>
</containers>
<envVars/>
<annotations/>
<imagePullSecrets/>
<nodeProperties/>
</org.csanchez.jenkins.plugins.kubernetes.PodTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment