You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/04/26 18:47:59 UTC

[beam] branch pabloem-patch-1 created (now d4ca008ed44)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch pabloem-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git


      at d4ca008ed44 Add extra parameter to the seed job to be able to run on a PR.

This branch includes the following new commits:

     new d4ca008ed44 Add extra parameter to the seed job to be able to run on a PR.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Add extra parameter to the seed job to be able to run on a PR.

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch pabloem-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d4ca008ed4470bd7ec902895a20c1bfc914c1fc8
Author: Pablo Estrada <pa...@users.noreply.github.com>
AuthorDate: Tue Apr 26 11:47:44 2022 -0700

    Add extra parameter to the seed job to be able to run on a PR.
---
 .test-infra/jenkins/job_seed_standalone.groovy | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.test-infra/jenkins/job_seed_standalone.groovy b/.test-infra/jenkins/job_seed_standalone.groovy
index 6ae0cfb8f0d..cf7dd6f05f0 100644
--- a/.test-infra/jenkins/job_seed_standalone.groovy
+++ b/.test-infra/jenkins/job_seed_standalone.groovy
@@ -63,6 +63,10 @@ job('beam_SeedJob_Standalone') {
         'sha1',
         'master',
         'Commit id or refname (eg: origin/pr/4001/head) you want to build against.')
+    stringParam(
+        'ghprbPullId',
+        '',
+        'Pull Request ID (eg: 4001) that you want to build against.')
   }
 
   wrappers {