2020-10-23 15:39:45 +00:00
|
|
|
---
|
|
|
|
- job:
|
|
|
|
name: build-images
|
2021-02-25 08:23:57 +00:00
|
|
|
description: Build container images from the devel branch.
|
2020-10-23 15:39:45 +00:00
|
|
|
project-type: pipeline
|
|
|
|
concurrent: false
|
|
|
|
properties:
|
|
|
|
- github:
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
- build-discarder:
|
|
|
|
days-to-keep: 7
|
|
|
|
artifact-days-to-keep: 7
|
2024-01-30 16:42:31 +00:00
|
|
|
pipeline-scm:
|
|
|
|
scm:
|
2024-01-31 09:31:01 +00:00
|
|
|
- git:
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
branches:
|
|
|
|
- ci/centos
|
2024-01-30 16:42:31 +00:00
|
|
|
script-path: build-images.groovy
|
2024-01-31 08:52:31 +00:00
|
|
|
lightweight-checkout: false
|
2020-10-23 15:39:45 +00:00
|
|
|
scm:
|
|
|
|
- git:
|
|
|
|
name: origin
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
branches:
|
2021-02-25 08:23:57 +00:00
|
|
|
- devel
|
2020-10-23 15:39:45 +00:00
|
|
|
triggers:
|
|
|
|
- pollscm:
|
|
|
|
cron: "H/5 * * * *"
|