ceph-csi/make-containerized-build.yaml
Niels de Vos c76af3b20d ci: check for new PRs every 5 minutes
Add a cron schedule to check every 5 minutes for a new PR to run the
make-containerized-build job.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-05-11 17:03:19 +02:00

29 lines
622 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:
cron: 'H/5 * * * *'
admin-list:
- nixpanic
org-list:
- ceph
wrappers:
- timestamps
- ansicolor:
colormap: xterm