diff --git a/jenkins-jobs/templates/build.xml.erb b/jenkins-jobs/templates/build.xml.erb
index f67adbe..226e93f 100644
--- a/jenkins-jobs/templates/build.xml.erb
+++ b/jenkins-jobs/templates/build.xml.erb
@@ -2,6 +2,16 @@
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
+ <properties>
+ <jenkins.model.BuildDiscarderProperty>
+ <strategy class="hudson.tasks.LogRotator">
+ <daysToKeep>60</daysToKeep>
+ <numToKeep>-1</numToKeep>
+ <artifactDaysToKeep>-1</artifactDaysToKeep>
+ <artifactNumToKeep>-1</artifactNumToKeep>
+ </strategy>
+ </jenkins.model.BuildDiscarderProperty>
+ </properties>
<assignedNode>builder</assignedNode>
<scm class="org.jenkinsci.plugins.multiplescms.MultiSCM" plugin="multiple-scms@0.3">
<scms>