Repository: beam
Updated Branches:
  refs/heads/master 82b81e518 -> ca657c4f7


Fetch only relevant PR

Per https://github.com/jenkinsci/ghprb-plugin/pull/521 we can be much more 
efficient about how we fetch PRs initially.

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

Branch: refs/heads/master
Commit: 9b8052430324d010f3e6a56c085fd8b65e6250f4
Parents: 82b81e5
Author: jasonkuster <jasonkus...@google.com>
Authored: Tue May 30 17:59:09 2017 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Thu Jun 1 14:51:14 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/9b805243/.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 5ba12fe..6d4d68b 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -75,7 +75,7 @@ class common_job_properties {
         remote {
           url('https://github.com/apache/' + repositoryName + '.git')
           refspec('+refs/heads/*:refs/remotes/origin/* ' +
-                  '+refs/pull/*:refs/remotes/origin/pr/*')
+                  
'+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*')
         }
         branch('${sha1}')
         extensions {

Reply via email to