oc new-app jboss-eap6-openshift~https://github.com/thoraxe/openshift3mlbparks.git imagestreams/openshift3mlbparks buildconfigs/openshift3mlbparks deploymentconfigs/openshift3mlbparks services/openshift3mlbparks A build was created - you can run `oc start-build openshift3mlbparks` to start it. Service "openshift3mlbparks" created at 172.30.169.206 with port mappings 8080->8080, 8443->8443. Run 'oc status' to view your app. oc version oc v3.0.1.0-503-g7cc6deb kubernetes v1.0.0 If I remember right, if I was to "start-build" after seeing this, I might possibly end up with *two* builds running because of the way OpenShift decides whether or not to run the first build. We may want to remove that output from the client to prevent double-build issues.
*** This bug has been marked as a duplicate of bug 1248464 ***