2020-04-01 11:49:29 +00:00
|
|
|
---
|
|
|
|
- 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
|
2020-05-11 14:30:28 +00:00
|
|
|
parameters:
|
|
|
|
- string:
|
|
|
|
name: ghprbPullId
|
|
|
|
default: ''
|
2020-04-01 11:49:29 +00:00
|
|
|
triggers:
|
|
|
|
- github-pull-request:
|
2020-05-11 14:34:13 +00:00
|
|
|
cron: 'H/5 * * * *'
|
2020-04-01 11:49:29 +00:00
|
|
|
admin-list:
|
|
|
|
- nixpanic
|
|
|
|
org-list:
|
|
|
|
- ceph
|
2020-04-06 07:54:33 +00:00
|
|
|
wrappers:
|
|
|
|
- timestamps
|
|
|
|
- ansicolor:
|
|
|
|
colormap: xterm
|