mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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:
parent
adece898c6
commit
b3a7e3953c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user