ci: pass ghprPullId in make-containerized-build job

In case the environment variable is not set at all (as opposed to
empty), teh following error is reported while running the job:

    groovy.lang.MissingPropertyException: No such property: ghprbPullId for class: groovy.lang.Binding

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-05-11 16:30:28 +02:00
parent adece898c6
commit b3a7e3953c

View File

@ -11,6 +11,10 @@
- ci/centos
script-path: make-containerized-build.groovy
lightweight-checkout: true
parameters:
- string:
name: ghprbPullId
default: ''
triggers:
- github-pull-request:
admin-list: