ceph-csi/make-containerized-build.yaml
Niels de Vos b3a7e3953c 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>
2020-05-11 17:03:19 +02:00

28 lines
592 B
YAML

---
- job:
name: make-containerized-build
project-type: pipeline
sandbox: true
pipeline-scm:
scm:
- git:
url: https://github.com/ceph/ceph-csi
branches:
- ci/centos
script-path: make-containerized-build.groovy
lightweight-checkout: true
parameters:
- string:
name: ghprbPullId
default: ''
triggers:
- github-pull-request:
admin-list:
- nixpanic
org-list:
- ceph
wrappers:
- timestamps
- ansicolor:
colormap: xterm