]
Dmitrii Bocharov commented on JBIDE-24778:
------------------------------------------
What url should we use in case we choose nodejs Eclipse project and Wildfly image. I
understand that it's not a standard case. But currently it's possible to do
!ImageOrProject.png|thumbnail!
[~adietish] [~jeffmaury] what do you think?
Creating application from Eclipse project which already defines a Git
repo should reuse the URL
-----------------------------------------------------------------------------------------------
Key: JBIDE-24778
URL:
https://issues.jboss.org/browse/JBIDE-24778
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.5.0.AM2
Reporter: Mickael Istria
Assignee: Dmitrii Bocharov
Fix For: 4.5.1.Final
Attachments: ImageOrProject.png
I'm trying to connect an existing Eclipse project to OpenShift.
The project is connected to GitHub (
https://github.com/mickaelistria/demo-dotnet.git )
The OpenShift application I'm using uses a dotnet-core:2.0 image.
Once I've selected the openshift project, the Eclipse project and the application
image; I'm driven to a wizard page asking me for some details about the application,
including the Git repo URL.
I would expect the repo URL to be prepopulated with the Git repo URL of my Eclipse
project
Instead, the URL was the one of the image example:
https://github.com/redhat-developer/s2i-dotnetcore-ex.git
If this is an issue in the .NET Core 2.0 image, please tell me and I'll open a bug
for it.