mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +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
|
- ci/centos
|
||||||
script-path: make-containerized-build.groovy
|
script-path: make-containerized-build.groovy
|
||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
|
parameters:
|
||||||
|
- string:
|
||||||
|
name: ghprbPullId
|
||||||
|
default: ''
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
admin-list:
|
admin-list:
|
||||||
|
Loading…
Reference in New Issue
Block a user