mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
8 years ago
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<project>
|
||
|
<actions/>
|
||
|
<description></description>
|
||
|
<keepDependencies>false</keepDependencies>
|
||
|
<properties>
|
||
|
<jenkins.model.BuildDiscarderProperty>
|
||
|
<strategy class="hudson.tasks.LogRotator">
|
||
|
<daysToKeep>{{ jenkins_days_to_keep }}</daysToKeep>
|
||
|
<numToKeep>20</numToKeep>
|
||
|
<artifactDaysToKeep>-1</artifactDaysToKeep>
|
||
|
<artifactNumToKeep>-1</artifactNumToKeep>
|
||
|
</strategy>
|
||
|
</jenkins.model.BuildDiscarderProperty>
|
||
|
<org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket@0.8">
|
||
|
<linkEnabled>false</linkEnabled>
|
||
|
</org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
|
||
|
</properties>
|
||
|
<scm class="hudson.scm.NullSCM"/>
|
||
|
<canRoam>true</canRoam>
|
||
|
<disabled>false</disabled>
|
||
|
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
||
|
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
||
|
<triggers/>
|
||
|
<concurrentBuild>false</concurrentBuild>
|
||
|
<builders/>
|
||
|
<publishers/>
|
||
|
<buildWrappers/>
|
||
|
</project>
|