-
Bug
-
Resolution: Done
-
Critical
-
4.3.1.Final
-
devex #131 April 2017
-
8
-
-
Workaround Exists
-
During a POC, one of the requirements is that developers want to deploy/test their local changes inside a pod before to commit.
We noticed that during the publishing or local change.
The Publish function, always creates a nested deploy directory inside an existing one.
For instance inside /opt/eap/standalone/deployments/
1st Publish:
deploy/server.war/
2nd Publish:
deploy/deploy/server.war/
3nd Publish:
deploy/deploy/deploy/server.war/
So with 3 publish, you end up with 3 deployed same application.
This happen also inside the local workspaces for the synchronisation:
.metadata/.plugins/org.jboss.ide.eclipse.as.core/poc-dev@jboss-eap70-openshift
The EAP7 images is the jboss-eap70-openshift:latest.
Do you have any idea why this happen?
- is related to
-
JBIDE-24445 OpenShift server adapter is not working, when rsync is not on path (Upstream issue)
- Closed
- relates to
-
JBDS-4070 DevStudio / external OpenShift fails deployment
- Closed
- links to