mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 06:40:23 +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
|
name: jjb-deploy
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
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: |
|
dsl: |
|
||||||
def GIT_REPO = 'http://github.com/ceph/ceph-csi'
|
def GIT_REPO = 'http://github.com/ceph/ceph-csi'
|
||||||
def GIT_BRANCH = 'ci/centos'
|
def GIT_BRANCH = 'ci/centos'
|
||||||
@ -15,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
scm:
|
scm:
|
||||||
git:
|
- git:
|
||||||
name: origin
|
name: origin
|
||||||
url: https://github.com/ceph/ceph-csi
|
url: https://github.com/ceph/ceph-csi
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user