mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-30 08:39:29 +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:
|
pipeline-scm:
|
||||||
scm:
|
scm:
|
||||||
- git:
|
- git:
|
||||||
|
name: origin
|
||||||
url: https://github.com/ceph/ceph-csi
|
url: https://github.com/ceph/ceph-csi
|
||||||
branches:
|
branches:
|
||||||
- ci/centos
|
- ci/centos
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
pipeline-scm:
|
pipeline-scm:
|
||||||
scm:
|
scm:
|
||||||
- git:
|
- git:
|
||||||
|
name: origin
|
||||||
url: https://github.com/ceph/ceph-csi
|
url: https://github.com/ceph/ceph-csi
|
||||||
branches:
|
branches:
|
||||||
- ci/centos
|
- ci/centos
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
}
|
}
|
||||||
scm:
|
scm:
|
||||||
git:
|
git:
|
||||||
|
name: origin
|
||||||
url: https://github.com/ceph/ceph-csi
|
url: https://github.com/ceph/ceph-csi
|
||||||
branches:
|
branches:
|
||||||
- ci/centos
|
- ci/centos
|
||||||
|
Loading…
Reference in New Issue
Block a user