You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/03/20 20:47:34 UTC

[1/2] beam git commit: Prune branches in Jenkins build

Repository: beam
Updated Branches:
  refs/heads/master 32f7e0c71 -> 1d9772a3a


Prune branches in Jenkins build

This avoids possible conflicts in evolution of the configuration
of how remote branches are mapped to local branches.


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

Branch: refs/heads/master
Commit: bd6db885836af40940fca20cf680833661180e67
Parents: b3de17b
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Dec 19 20:02:48 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Dec 19 20:02:50 2016 -0800

----------------------------------------------------------------------
 .jenkins/common_job_properties.groovy | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/bd6db885/.jenkins/common_job_properties.groovy
----------------------------------------------------------------------
diff --git a/.jenkins/common_job_properties.groovy b/.jenkins/common_job_properties.groovy
index e1688ec..bd279b4 100644
--- a/.jenkins/common_job_properties.groovy
+++ b/.jenkins/common_job_properties.groovy
@@ -53,6 +53,7 @@ class common_job_properties {
         branch('${sha1}')
         extensions {
           cleanAfterCheckout()
+          pruneBranches()
         }
       }
     }


[2/2] beam git commit: This closes #1662: Prune branches in Jenkins build

Posted by ke...@apache.org.
This closes #1662: Prune branches in Jenkins build


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

Branch: refs/heads/master
Commit: 1d9772a3a7581f4df2ecd8faba4acca58468f3da
Parents: 32f7e0c bd6db88
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Mar 20 13:47:04 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Mar 20 13:47:04 2017 -0700

----------------------------------------------------------------------
 .jenkins/common_job_properties.groovy | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/1d9772a3/.jenkins/common_job_properties.groovy
----------------------------------------------------------------------