mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
6d906b415f
These files make it possible to - build a container image that includes Jenkins Job Builder - store the container image in the OpenShift ImageStream - use the container to validate or deploy the Jenkins Jobs More details about the files are included in the README.md. Signed-off-by: Niels de Vos <ndevos@redhat.com>
14 lines
264 B
YAML
14 lines
264 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/
|