mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: jenkins-jobs builder requires git:name set
In case there is no 'origin', jenkins-jobs fails with an error like: jenkins_jobs.errors.JenkinsJobsException: Must specify a url for git remote "origin" Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
9ce8d20da9
commit
6022807f52
@ -13,6 +13,7 @@
|
||||
pipeline-scm:
|
||||
scm:
|
||||
- git:
|
||||
name: origin
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
branches:
|
||||
- ci/centos
|
||||
|
@ -13,6 +13,7 @@
|
||||
pipeline-scm:
|
||||
scm:
|
||||
- git:
|
||||
name: origin
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
branches:
|
||||
- ci/centos
|
||||
|
@ -16,6 +16,7 @@
|
||||
}
|
||||
scm:
|
||||
git:
|
||||
name: origin
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
branches:
|
||||
- ci/centos
|
||||
|
Loading…
Reference in New Issue
Block a user