Skip to content

Instantly share code, notes, and snippets.

@paolomainardi
Created November 12, 2016 02:17
Show Gist options
  • Save paolomainardi/6bfd5e554dabad001938c3ea72f9e9b6 to your computer and use it in GitHub Desktop.
Save paolomainardi/6bfd5e554dabad001938c3ea72f9e9b6 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='UTF-8'?>
<hudson>
<disabledAdministrativeMonitors>
<string>hudson.diagnosis.ReverseProxySetupMonitor</string>
<string>jenkins.security.s2m.MasterKillSwitchWarning</string>
</disabledAdministrativeMonitors>
<version>1.642.4</version>
<numExecutors>0</numExecutors>
<mode>EXCLUSIVE</mode>
<useSecurity>true</useSecurity>
<authorizationStrategy class="hudson.security.FullControlOnceLoggedInAuthorizationStrategy">
<denyAnonymousReadAccess>false</denyAnonymousReadAccess>
</authorizationStrategy>
<securityRealm class="hudson.security.LegacySecurityRealm"/>
<disableRememberMe>false</disableRememberMe>
<projectNamingStrategy class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<workspaceDir>${ITEM_ROOTDIR}/workspace</workspaceDir>
<buildsDir>${ITEM_ROOTDIR}/builds</buildsDir>
<markupFormatter class="hudson.markup.EscapedMarkupFormatter"/>
<jdks/>
<viewsTabBar class="hudson.views.DefaultViewsTabBar"/>
<myViewsTabBar class="hudson.views.DefaultMyViewsTabBar"/>
<clouds>
<org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud plugin="[email protected]">
<name>local cluster</name>
<templates>
<org.csanchez.jenkins.plugins.kubernetes.PodTemplate>
<name>default</name>
<image>gcr.io/spark-cloud-infrastucture/jenkins-php-slave</image>
<privileged>false</privileged>
<alwaysPullImage>false</alwaysPullImage>
<command></command>
<args></args>
<remoteFs>/root/</remoteFs>
<instanceCap>2147483647</instanceCap>
<label>k8s</label>
<nodeSelector></nodeSelector>
<resourceRequestCpu></resourceRequestCpu>
<resourceRequestMemory></resourceRequestMemory>
<resourceLimitCpu></resourceLimitCpu>
<resourceLimitMemory></resourceLimitMemory>
<volumes>
<org.csanchez.jenkins.plugins.kubernetes.PodVolumes_-HostPathVolume>
<mountPath>/usr/bin/docker</mountPath>
<hostPath>/usr/bin/docker</hostPath>
</org.csanchez.jenkins.plugins.kubernetes.PodVolumes_-HostPathVolume>
<org.csanchez.jenkins.plugins.kubernetes.PodVolumes_-HostPathVolume>
<mountPath>/var/run/docker.sock</mountPath>
<hostPath>/var/run/docker.sock</hostPath>
</org.csanchez.jenkins.plugins.kubernetes.PodVolumes_-HostPathVolume>
</volumes>
<envVars/>
<annotations/>
<imagePullSecrets/>
</org.csanchez.jenkins.plugins.kubernetes.PodTemplate>
</templates>
<serverUrl>https://kubernetes.default</serverUrl>
<skipTlsVerify>false</skipTlsVerify>
<namespace>jenkins</namespace>
<jenkinsUrl>http://jenkins-ui.jenkins.svc.cluster.local:8080</jenkinsUrl>
<jenkinsTunnel>jenkins-discovery.jenkins.svc.cluster.local:50000</jenkinsTunnel>
<credentialsId>jenkins</credentialsId>
<containerCap>10</containerCap>
<retentionTimeout>5</retentionTimeout>
</org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud>
</clouds>
<quietPeriod>0</quietPeriod>
<scmCheckoutRetryCount>0</scmCheckoutRetryCount>
<views>
<hudson.model.AllView>
<owner class="hudson" reference="../../.."/>
<name>All</name>
<filterExecutors>false</filterExecutors>
<filterQueue>false</filterQueue>
<properties class="hudson.model.View$PropertyList"/>
</hudson.model.AllView>
</views>
<primaryView>All</primaryView>
<slaveAgentPort>50000</slaveAgentPort>
<label></label>
<nodeProperties/>
<globalNodeProperties/>
</hudson>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment