mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +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:
@ -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
|
||||||
|
Reference in New Issue
Block a user