ceph-csi/deploy/jjb-buildconfig.yaml
Niels de Vos 6d906b415f add scripts and configuration to deploy with Jenkins Job Builder
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>
2020-04-01 14:15:04 +02:00

31 lines
431 B
YAML

---
apiVersion: v1
kind: ImageStream
metadata:
name: jjb
labels:
app: jjb
spec:
tags:
- name: latest
---
apiVersion: v1
kind: BuildConfig
metadata:
name: jjb
labels:
app: jjb
spec:
runPolicy: Serial
source:
git:
uri: https://github.com/ceph/ceph-csi
ref: ci/centos
contextDir: deploy
strategy:
dockerStrategy: {}
output:
to:
kind: ImageStreamTag
name: jjb:latest