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
The following commit(s) were added to refs/heads/pabloem-patch-1 by this push:
new 1d2528408fa Update seed job to run against PRs.
1d2528408fa is described below
commit 1d2528408fadeaa8489aa984a897832f3befac60
Author: Pablo Estrada <[email protected]>
AuthorDate: Tue Apr 26 11:49:04 2022 -0700
Update seed job to run against PRs.
---
.test-infra/jenkins/job_00_seed.groovy | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/.test-infra/jenkins/job_00_seed.groovy
b/.test-infra/jenkins/job_00_seed.groovy
index 2ffac7019f8..290858b3ea8 100644
--- a/.test-infra/jenkins/job_00_seed.groovy
+++ b/.test-infra/jenkins/job_00_seed.groovy
@@ -20,7 +20,10 @@
import Committers as committers
-job('beam_SeedJob') {
+job('beam_SeedJob') {stringParam(
+ 'ghprbPullId',
+ '',
+ 'Pull Request ID (eg: 4001) that you want to build against.')
description('Automatically configures all Apache Beam Jenkins projects
based' +
' on Jenkins DSL groovy files checked into the code repository.')
@@ -63,6 +66,10 @@ job('beam_SeedJob') {
'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 {