mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-10-16 04:51:31 +08:00
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
|