Repository: beam
Updated Branches:
  refs/heads/master a19ceaf47 -> 46ca02aba


Do not prune branches in Jenkins

It seems that pruning in Jenkins has bugs which result in
branches being pruned when they should not, resulting in
log spam and build delays.


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/4fd44500
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/4fd44500
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/4fd44500

Branch: refs/heads/master
Commit: 4fd4450042282a9c51d528d1f870ecdf392bc13a
Parents: a19ceaf
Author: Kenneth Knowles <k...@google.com>
Authored: Sat Apr 29 21:25:03 2017 -0700
Committer: Dan Halperin <dhalp...@google.com>
Committed: Sun Apr 30 12:11:47 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/common_job_properties.groovy | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/4fd44500/.test-infra/jenkins/common_job_properties.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/common_job_properties.groovy 
b/.test-infra/jenkins/common_job_properties.groovy
index ee10281..56eb0de 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -69,7 +69,6 @@ class common_job_properties {
         branch('${sha1}')
         extensions {
           cleanAfterCheckout()
-          pruneBranches()
         }
       }
     }

Reply via email to