Fix seed job fetch spec

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

Branch: refs/heads/gearpump-runner
Commit: 2148adb824534214bd6c21fc3395abb5c9abdb57
Parents: d738c68
Author: Kenneth Knowles <k...@google.com>
Authored: Mon Dec 19 11:18:59 2016 -0800
Committer: Kenneth Knowles <k...@google.com>
Committed: Mon Dec 19 11:18:59 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2148adb8/.jenkins/common_job_properties.groovy
----------------------------------------------------------------------
diff --git a/.jenkins/common_job_properties.groovy 
b/.jenkins/common_job_properties.groovy
index 9b1a5fb..7a88604 100644
--- a/.jenkins/common_job_properties.groovy
+++ b/.jenkins/common_job_properties.groovy
@@ -48,7 +48,7 @@ class common_job_properties {
         remote {
           url('https://github.com/apache/incubator-beam.git')
           refspec('+refs/heads/*:refs/remotes/origin/* ' +
-                  '+refs/pull/*/head:refs/remotes/origin/pr/*')
+                  '+refs/pull/*:refs/remotes/origin/pr/*')
         }
         branch('${sha1}')
         extensions {

Reply via email to