From 06321f20d34def403fed743258886e66f751aa51 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olaf.bohlen@niit.com>
Date: Thu, 12 Nov 2020 14:00:10 +0100
Subject: [PATCH] include bc

---
 bc-pipeline.yaml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/bc-pipeline.yaml b/bc-pipeline.yaml
new file mode 100644
index 0000000..87a28ff
--- /dev/null
+++ b/bc-pipeline.yaml
@@ -0,0 +1,12 @@
+kind: BuildConfig
+apiVersion: build.openshift.io/v1
+metadata:
+  name: hi-green
+spec:
+  source:
+    git:
+      uri: https://www.eenfach.de/gitblit/r/rht/php-sample.git
+      ref: pipeline
+  strategy:
+    jenkinsPipelineStrategy:
+    type: JenkinsPipeline

--
Gitblit v1.9.3