2020-04-01 11:44:38 +00:00
|
|
|
---
|
|
|
|
- job:
|
|
|
|
name: jjb-deploy
|
|
|
|
project-type: pipeline
|
2020-05-27 13:24:20 +00:00
|
|
|
concurrent: false
|
2020-11-01 11:31:05 +00:00
|
|
|
parameters:
|
|
|
|
- string:
|
|
|
|
name: GIT_REPO
|
|
|
|
default: http://github.com/ceph/ceph-csi
|
|
|
|
description: The git repo url
|
|
|
|
- string:
|
|
|
|
name: GIT_BRANCH
|
|
|
|
default: ci/centos
|
|
|
|
description: The git branch
|
2020-05-27 13:24:20 +00:00
|
|
|
properties:
|
|
|
|
- github:
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
- build-discarder:
|
|
|
|
days-to-keep: 7
|
|
|
|
artifact-days-to-keep: 7
|
2024-01-31 08:52: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-31 08:52:31 +00:00
|
|
|
script-path: jjb-deploy.groovy
|
|
|
|
lightweight-checkout: false
|
2020-05-26 15:41:05 +00:00
|
|
|
scm:
|
2020-05-27 13:24:20 +00:00
|
|
|
- git:
|
|
|
|
name: origin
|
2020-11-01 11:31:05 +00:00
|
|
|
url: $GIT_REPO
|
2020-05-27 13:24:20 +00:00
|
|
|
branches:
|
2020-11-01 11:31:05 +00:00
|
|
|
- $GIT_BRANCH
|
2020-04-01 11:44:38 +00:00
|
|
|
triggers:
|
2020-05-26 15:41:05 +00:00
|
|
|
- pollscm:
|
|
|
|
cron: "H/5 * * * *"
|