Created
February 20, 2017 12:00
-
-
Save stanchan/da01e14aab87c724a3bfa8aa088fe626 to your computer and use it in GitHub Desktop.
Initial Jenkins config.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<hudson> | |
<disabledAdministrativeMonitors/> | |
<version>1.0</version> | |
<numExecutors>4</numExecutors> | |
<mode>NORMAL</mode> | |
<useSecurity>true</useSecurity> | |
<authorizationStrategy class="hudson.security.AuthorizationStrategy$Unsecured"/> | |
<securityRealm class="hudson.security.SecurityRealm$None"/> | |
<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/> | |
<quietPeriod>5</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>33123</slaveAgentPort> | |
<label></label> | |
<nodeProperties/> | |
<globalNodeProperties/> | |
</hudson> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment