summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/examples-sync.sh
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-08-26 09:28:36 -0400
committerScott Dodson <sdodson@redhat.com>2015-08-26 10:26:56 -0400
commitcedda16ad0619772ee48af367b999d207cf45b51 (patch)
treead364e88a65678b1b18bcff492538dc0aa8dba33 /roles/openshift_examples/examples-sync.sh
parentae5e023975d54218ec6175d1386ef2c0ad513b4b (diff)
downloadopenshift-cedda16ad0619772ee48af367b999d207cf45b51.tar.gz
openshift-cedda16ad0619772ee48af367b999d207cf45b51.tar.bz2
openshift-cedda16ad0619772ee48af367b999d207cf45b51.tar.xz
openshift-cedda16ad0619772ee48af367b999d207cf45b51.zip
Add jenkins image stream and quickstart
https://github.com/openshift/origin/pull/4145
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-xroles/openshift_examples/examples-sync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh
index 12d3bc263..3047a3add 100755
--- a/roles/openshift_examples/examples-sync.sh
+++ b/roles/openshift_examples/examples-sync.sh
@@ -24,6 +24,7 @@ unzip dancer-ex-master.zip
unzip cakephp-ex-master.zip
unzip application-templates-master.zip
cp origin-master/examples/db-templates/* ${EXAMPLES_BASE}/db-templates/
+cp origin-master/examples/jenkins/jenkins-*template.json ${EXAMPLES_BASE}/quickstart-templates/
cp origin-master/examples/image-streams/* ${EXAMPLES_BASE}/image-streams/
cp django-ex-master/openshift/templates/* ${EXAMPLES_BASE}/quickstart-templates/
cp rails-ex-master/openshift/templates/* ${EXAMPLES_BASE}/quickstart-templates/