-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
The templates for both CD12 and 7.1 have changed, and the previously-documented new-app command for the kitchensink quickstart now attempts to build all of the quickstarts.
kwills@redhat.com has advised that we should update the documentation to use the older style command for building the quickstart.
Old command:
oc new-app --template=eap-cd-basic-s2i \ -p IMAGE_STREAM_NAMESPACE="eap-demo" \ -p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \ -p SOURCE_REPOSITORY_REF="openshift" \ -p CONTEXT_DIR="" -p ARTIFACT_DIR="kitchensink/target" --build-env="MAVEN_ARGS_APPEND=-pl kitchensink"
Updated command:
oc new-app --template=eap-cd-basic-s2i \ -p IMAGE_STREAM_NAMESPACE="eap-demo" \ -p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \ -p SOURCE_REPOSITORY_REF="openshift" \ -p CONTEXT_DIR="kitchensink"
- is cloned by
-
JBEAP-14579 [7.1] Change doc's new-app to not use MAVEN_ARGS_APPEND
- Closed