mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
5e728f51b2
The upstream reported issue suggests adding a `timeout` value in the Jenkins Jobs Builder configuration. This looks like a nicer workaround than downgrading urllib3. Fixes: #3946 See-also: https://storyboard.openstack.org/#!/story/2010752 Signed-off-by: Niels de Vos <ndevos@ibm.com>
15 lines
280 B
YAML
15 lines
280 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: jenkins-jobs
|
|
labels:
|
|
app: jjb
|
|
data:
|
|
jenkins_jobs.ini: |-
|
|
[jenkins]
|
|
user=ndevos-admin-edit-view
|
|
password=<token-from-user-config-in-webui>
|
|
url=https://jenkins-ceph-csi.apps.ci.centos.org/
|
|
timeout=120
|