mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
1f8b41204a
Signed-off-by: Niels de Vos <ndevos@redhat.com>
24 lines
510 B
YAML
24 lines
510 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
|
|
triggers:
|
|
- github-pull-request:
|
|
admin-list:
|
|
- nixpanic
|
|
org-list:
|
|
- ceph
|
|
wrappers:
|
|
- timestamps
|
|
- ansicolor:
|
|
colormap: xterm
|