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 2016/12/19 19:26:14 UTC

[1/2] incubator-beam git commit: Fix seed job fetch spec

Repository: incubator-beam
Updated Branches:
  refs/heads/master d738c68b0 -> 66318d829


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/master
Commit: 2148adb824534214bd6c21fc3395abb5c9abdb57
Parents: d738c68
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Dec 19 11:18:59 2016 -0800
Committer: Kenneth Knowles <kl...@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 {


[2/2] incubator-beam git commit: This closes #1657: Fix seed job fetch spec

Posted by ke...@apache.org.
This closes #1657: 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/66318d82
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/66318d82
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/66318d82

Branch: refs/heads/master
Commit: 66318d829d4e2a02268b295b1c11297f181ee13e
Parents: d738c68 2148adb
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Dec 19 11:25:48 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Dec 19 11:25:48 2016 -0800

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