Repository: beam
Updated Branches:
  refs/heads/master 5295d02f1 -> e6d718490


Fix typo in seed jobs


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

Branch: refs/heads/master
Commit: 2e6ed5f836839a9991aa45a307d91eff824ba615
Parents: 5295d02
Author: Kenneth Knowles <[email protected]>
Authored: Tue Oct 24 10:14:44 2017 -0700
Committer: Kenneth Knowles <[email protected]>
Committed: Tue Oct 24 10:57:27 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_seed.groovy            | 4 ++--
 .test-infra/jenkins/job_seed_standalone.groovy | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/2e6ed5f8/.test-infra/jenkins/job_seed.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_seed.groovy 
b/.test-infra/jenkins/job_seed.groovy
index 20c9220..2cd43c3 100644
--- a/.test-infra/jenkins/job_seed.groovy
+++ b/.test-infra/jenkins/job_seed.groovy
@@ -37,10 +37,10 @@ job('beam_SeedJob') {
       remote {
         github('apache/beam')
 
-        // ${ghprBuildId} is not interpolated by groovy, but passed through to 
Jenkins where it
+        // ${ghprbPullId} is not interpolated by groovy, but passed through to 
Jenkins where it
         // refers to the environment variable
         refspec(['+refs/head/*:refs/remotes/origin/*',
-                 
'+refs/pull/${ghprPullId}/*:refs/remotes/origin/pr/${ghprPullId}/*']
+                 
'+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*']
                 .join(' '))
 
         // The variable ${sha1} is not interpolated by groovy, but a parameter 
of the Jenkins job

http://git-wip-us.apache.org/repos/asf/beam/blob/2e6ed5f8/.test-infra/jenkins/job_seed_standalone.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_seed_standalone.groovy 
b/.test-infra/jenkins/job_seed_standalone.groovy
index a5276aa..341626f 100644
--- a/.test-infra/jenkins/job_seed_standalone.groovy
+++ b/.test-infra/jenkins/job_seed_standalone.groovy
@@ -37,10 +37,10 @@ job('beam_SeedJob_Standalone') {
       remote {
         github('apache/beam')
 
-        // ${ghprBuildId} is not interpolated by groovy, but passed through to 
Jenkins where it
+        // ${ghprbPullId} is not interpolated by groovy, but passed through to 
Jenkins where it
         // refers to the environment variable
         refspec(['+refs/head/*:refs/remotes/origin/*',
-                 
'+refs/pull/${ghprPullId}/*:refs/remotes/origin/pr/${ghprPullId}/*']
+                 
'+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*']
                 .join(' '))
 
         // The variable ${sha1} is not interpolated by groovy, but a parameter 
of the Jenkins job

Reply via email to