
org.kuali.jenkins.jobs.properties.git.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2011-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/ecl2.php Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment>Jenkins properties for jobs that interact with Git</comment> <entry key="jenkins.job.scm.class">hudson.plugins.git.GitSCM</entry> <entry key="jenkins.job.scm"><![CDATA[ <configVersion>${jenkins.job.git.configVersion}</configVersion> <userRemoteConfigs>${jenkins.job.git.userRemoteConfigs}</userRemoteConfigs> <branches>${jenkins.job.git.branches}</branches> <localBranch>${jenkins.job.git.localBranch}</localBranch> <recursiveSubmodules>${jenkins.job.git.recursiveSubmodules}</recursiveSubmodules> <doGenerateSubmoduleConfigurations>${jenkins.job.git.doGenerateSubmoduleConfigurations}</doGenerateSubmoduleConfigurations> <authorOrCommitter>${jenkins.job.git.authorOrCommitter}</authorOrCommitter> <clean>${jenkins.job.git.clean}</clean> <wipeOutWorkspace>${jenkins.job.git.wipeOutWorkspace}</wipeOutWorkspace> <pruneBranches>${jenkins.job.git.pruneBranches}</pruneBranches> <remotePoll>${jenkins.job.git.remotePoll}</remotePoll> <buildChooser class="${jenkins.job.git.buildChooser.class}">${jenkins.job.git.buildChooser}</buildChooser> <gitTool>${jenkins.job.git.gitTool}</gitTool> <submoduleCfg class="${jenkins.job.git.submoduleCfg.class}">${jenkins.job.git.submoduleCfg}</submoduleCfg> <relativeTargetDir>${jenkins.job.git.relativeTargetDir}</relativeTargetDir> <excludedRegions>${jenkins.job.git.excludedRegions}</excludedRegions> <excludedUsers>${jenkins.job.git.excludedUsers}</excludedUsers> <gitConfigName>${jenkins.job.git.gitConfigName}</gitConfigName> <gitConfigEmail>${jenkins.job.git.gitConfigEmail}</gitConfigEmail> <skipTag>${jenkins.job.git.skipTag}</skipTag> <scmName>${jenkins.job.git.scmName}</scmName> ]]></entry> <entry key="jenkins.job.git.localBranch">master</entry> <entry key="jenkins.job.git.userRemoteConfigs"><![CDATA[ <hudson.plugins.git.UserRemoteConfig>${jenkins.job.git.userRemoteConfigs.1}</hudson.plugins.git.UserRemoteConfig> ]]></entry> <entry key="jenkins.job.git.userRemoteConfigs.1"><![CDATA[ <name>${jenkins.job.git.userRemoteConfigs.1.name}</name> <refspec>${jenkins.job.git.userRemoteConfigs.1.refspec}</refspec> <url>${jenkins.job.git.userRemoteConfigs.1.url}</url> ]]></entry> <entry key="jenkins.job.git.userRemoteConfigs.1.name">origin</entry> <entry key="jenkins.job.git.userRemoteConfigs.1.refspec">+refs/heads/*:refs/remotes/origin/*</entry> <entry key="jenkins.job.git.userRemoteConfigs.1.url">${jenkins.project.scmUrl}</entry> <entry key="jenkins.job.git.branches"><![CDATA[ <hudson.plugins.git.BranchSpec> <name>${jenkins.job.git.branches.1.name}</name> </hudson.plugins.git.BranchSpec> ]]></entry> <entry key="jenkins.job.git.branches.1.name">${jenkins.job.git.branches.default}</entry> <entry key="jenkins.job.git.configVersion">2</entry> <entry key="jenkins.job.git.localBranch"></entry> <entry key="jenkins.job.git.recursiveSubmodules">false</entry> <entry key="jenkins.job.git.doGenerateSubmoduleConfigurations">false</entry> <entry key="jenkins.job.git.authorOrCommitter">false</entry> <entry key="jenkins.job.git.clean">true</entry> <entry key="jenkins.job.git.wipeOutWorkspace">false</entry> <entry key="jenkins.job.git.pruneBranches">false</entry> <entry key="jenkins.job.git.remotePoll">false</entry> <entry key="jenkins.job.git.buildChooser.class">hudson.plugins.git.util.DefaultBuildChooser</entry> <entry key="jenkins.job.git.buildChooser"></entry> <entry key="jenkins.job.git.gitTool">Default</entry> <entry key="jenkins.job.git.submoduleCfg.class">list</entry> <entry key="jenkins.job.git.submoduleCfg"></entry> <entry key="jenkins.job.git.relativeTargetDir"></entry> <entry key="jenkins.job.git.excludedRegions"></entry> <entry key="jenkins.job.git.excludedUsers"></entry> <entry key="jenkins.job.git.gitConfigName"></entry> <entry key="jenkins.job.git.gitConfigEmail"></entry> <entry key="jenkins.job.git.skipTag">false</entry> <entry key="jenkins.job.git.scmName"></entry> <entry key="jenkins.job.git.branches.default">master</entry> </properties>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy