##Overview A git repository that includes custom assemble script that does binary deployment. This repository is used as part of the Ops Workflow for Customizing Builder Images Demo
This code should be run on an installation of OpenShift Enterprise V3
None
.sti/environment
- Contains the path to the artifact
N/A
For this to run properly the WAR_FILE_URL
property in the environment
file should point to the artifact (jar, war) that will be deployed.
Example usage:
oc project test-proj && \
oc new-app registry.access.redhat.com/jboss-eap-6/eap-openshift~http://github.com/rhtconsulting/ticket-monster-build.git --name=ticket-monster-build --namespace=test-proj