mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: add properties for jobs/jjb-deploy.yaml
The 'scm' section also needs to be a list. Jenkins Jobs Builder does not detect this while validating, but it cause an error while updating the jobs in Jenkins. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
6022807f52
commit
8f4a556dcc
@ -3,6 +3,13 @@
|
||||
name: jjb-deploy
|
||||
project-type: pipeline
|
||||
sandbox: true
|
||||
concurrent: false
|
||||
properties:
|
||||
- github:
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
- build-discarder:
|
||||
days-to-keep: 7
|
||||
artifact-days-to-keep: 7
|
||||
dsl: |
|
||||
def GIT_REPO = 'http://github.com/ceph/ceph-csi'
|
||||
def GIT_BRANCH = 'ci/centos'
|
||||
@ -15,11 +22,11 @@
|
||||
}
|
||||
}
|
||||
scm:
|
||||
git:
|
||||
name: origin
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
branches:
|
||||
- ci/centos
|
||||
- git:
|
||||
name: origin
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
branches:
|
||||
- ci/centos
|
||||
triggers:
|
||||
- pollscm:
|
||||
cron: "H/5 * * * *"
|
||||
|
Loading…
Reference in New Issue
Block a user