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:48:00 UTC

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

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 {